#75571E

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

Shades of Horses Neck #75571E

Tints of Horses Neck #75571E

Color information

#75571E (or 0x75571E) is unknown color: approx Horses Neck. HEX triplet: 75, 57 and 1E. RGB value is (117,87,30). Sum of RGB (Red+Green+Blue) = 117+87+30=234 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50% from 234); Green value is 87 (34.38% from 255 or 37.18% from 234); Blue value is 30 (12.11% from 255 or 12.82% from 234); Max value from RGB is 117 - color contains mainly: red. Hex color #75571E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75571E is #8AA8E1. Grayscale: #595959. Windows color (decimal): -9087202 or 1988469. OLE color: 1988469.

HSL color Cylindrical-coordinate representation of color #75571E: hue angle of 39.31º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #75571E is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB1178730-
CMYK00.260.740.54
HSL39.31º59.18%28.82%-
HSV(B)39.31º74.36%45.88%-
XYZ10.9810.692.71-
YUV89.4794.44147.63-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50%
GREEN value IS 87 (34.38% from 255) = 37.18%
BLUE value IS 30 (12.11% from 255) = 12.82%
R=50%
G=37.18%
B=12.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117873000.260.740.5439.3159.1828.82
Hex75571E01A4A36273b1d
Octal1651273603211266477335
Binary1110101101011111110011010100101011011010011111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75571E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75571E; }

 p { color: rgb(117,87,30); }

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

<style>
 a { background-color: #75571E; }

 a { background-color: rgb(117,87,30); }

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

<style>
 span { border-color: #75571E; }

 span { border-color: rgb(117,87,30); }

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