#71572A

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

Shades of Horses Neck #71572A

Tints of Horses Neck #71572A

Color information

#71572A (or 0x71572A) is unknown color: approx Horses Neck. HEX triplet: 71, 57 and 2A. RGB value is (113,87,42). Sum of RGB (Red+Green+Blue) = 113+87+42=242 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.69% from 242); Green value is 87 (34.38% from 255 or 35.95% from 242); Blue value is 42 (16.80% from 255 or 17.36% from 242); Max value from RGB is 113 - color contains mainly: red. Hex color #71572A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71572A is #8EA8D5. Grayscale: #595959. Windows color (decimal): -9349334 or 2774897. OLE color: 2774897.

HSL color Cylindrical-coordinate representation of color #71572A: hue angle of 38.03º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #71572A is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB1138742-
CMYK00.230.630.56
HSL38.03º45.81%30.39%-
HSV(B)38.03º62.83%44.31%-
XYZ10.6410.493.66-
YUV89.64101.11144.66-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.69%
GREEN value IS 87 (34.38% from 255) = 35.95%
BLUE value IS 42 (16.80% from 255) = 17.36%
R=46.69%
G=35.95%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113874200.230.630.5638.0345.8130.39
Hex71572A0173F38262e1e
Octal161127520277770465636
Binary1110001101011110101001011111111111100010011010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71572A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71572A; }

 p { color: rgb(113,87,42); }

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

<style>
 a { background-color: #71572A; }

 a { background-color: rgb(113,87,42); }

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

<style>
 span { border-color: #71572A; }

 span { border-color: rgb(113,87,42); }

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