#75571C

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

Shades of Horses Neck #75571C

Tints of Horses Neck #75571C

Color information

#75571C (or 0x75571C) is unknown color: approx Horses Neck. HEX triplet: 75, 57 and 1C. RGB value is (117,87,28). Sum of RGB (Red+Green+Blue) = 117+87+28=232 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.43% from 232); Green value is 87 (34.38% from 255 or 37.5% from 232); Blue value is 28 (11.33% from 255 or 12.07% from 232); Max value from RGB is 117 - color contains mainly: red. Hex color #75571C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75571C is #8AA8E3. Grayscale: #595959. Windows color (decimal): -9087204 or 1857397. OLE color: 1857397.

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

Color convert

RGB1178728-
CMYK00.260.760.54
HSL39.78º61.38%28.43%-
HSV(B)39.78º76.07%45.88%-
XYZ10.9510.682.58-
YUV89.2493.44147.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.43%
GREEN value IS 87 (34.38% from 255) = 37.5%
BLUE value IS 28 (11.33% from 255) = 12.07%
R=50.43%
G=37.5%
B=12.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.76
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117872800.260.760.5439.7861.3828.43
Hex75571C01A4C36283d1c
Octal1651273403211466507534
Binary1110101101011111100011010100110011011010100011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75571C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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