#755A25

Color #755A25 Horses Neck (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Horses Neck #755A25

Tints of Horses Neck #755A25

Color information

#755A25 (or 0x755A25) is unknown color: approx Horses Neck. HEX triplet: 75, 5A and 25. RGB value is (117,90,37). Sum of RGB (Red+Green+Blue) = 117+90+37=244 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.95% from 244); Green value is 90 (35.55% from 255 or 36.89% from 244); Blue value is 37 (14.84% from 255 or 15.16% from 244); Max value from RGB is 117 - color contains mainly: red. Hex color #755A25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755A25 is #8AA5DA. Grayscale: #5C5C5C. Windows color (decimal): -9086427 or 2447989. OLE color: 2447989.

HSL color Cylindrical-coordinate representation of color #755A25: hue angle of 39.75º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #755A25 is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB1179037-
CMYK00.230.680.54
HSL39.75º51.95%30.2%-
HSV(B)39.75º68.38%45.88%-
XYZ11.3311.233.32-
YUV92.0396.95145.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 117 (46.09% from 255) = 47.95%
GREEN value IS 90 (35.55% from 255) = 36.89%
BLUE value IS 37 (14.84% from 255) = 15.16%
R=47.95%
G=36.89%
B=15.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117903700.230.680.5439.7551.9530.2
Hex755A25017443628341e
Octal1651324502710466506436
Binary11101011011010100101010111100010011011010100011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755A25; }

 p { color: rgb(117,90,37); }

 H1.HeaderClassName
 {
   color: #755A25;
 }
 .AnyTagClassName
 {
   color: #755A25;
 }
</style>
background-color css

<style>
 a { background-color: #755A25; }

 a { background-color: rgb(117,90,37); }

 div.DivClassName
 {
   background-color: #755A25;
 }
 .BgClassName
 {
   background-color: #755A25;
 }
</style>
border-color css

<style>
 span { border-color: #755A25; }

 span { border-color: rgb(117,90,37); }

 td.TdClassName
 {
   border-color: #755A25;
 }
 .TagClassName
 {
   border-color: #755A25;
 }
</style>