#71592C

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

Shades of Horses Neck #71592C

Tints of Horses Neck #71592C

Color information

#71592C (or 0x71592C) is unknown color: approx Horses Neck. HEX triplet: 71, 59 and 2C. RGB value is (113,89,44). Sum of RGB (Red+Green+Blue) = 113+89+44=246 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.93% from 246); Green value is 89 (35.16% from 255 or 36.18% from 246); Blue value is 44 (17.58% from 255 or 17.89% from 246); Max value from RGB is 113 - color contains mainly: red. Hex color #71592C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71592C is #8EA6D3. Grayscale: #5B5B5B. Windows color (decimal): -9348820 or 2906481. OLE color: 2906481.

HSL color Cylindrical-coordinate representation of color #71592C: hue angle of 39.13º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #71592C is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.56.

Color convert

RGB1138944-
CMYK00.210.610.56
HSL39.13º43.95%30.78%-
HSV(B)39.13º61.06%44.31%-
XYZ10.8410.843.9-
YUV91.05101.45143.66-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.93%
GREEN value IS 89 (35.16% from 255) = 36.18%
BLUE value IS 44 (17.58% from 255) = 17.89%
R=45.93%
G=36.18%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113894400.210.610.5639.1343.9530.78
Hex71592C0153D38272c1f
Octal161131540257570475437
Binary1110001101100110110001010111110111100010011110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71592C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,89,44); }

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

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

 a { background-color: rgb(113,89,44); }

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

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

 span { border-color: rgb(113,89,44); }

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