#71522C

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

Shades of Horses Neck #71522C

Tints of Horses Neck #71522C

Color information

#71522C (or 0x71522C) is unknown color: approx Horses Neck. HEX triplet: 71, 52 and 2C. RGB value is (113,82,44). Sum of RGB (Red+Green+Blue) = 113+82+44=239 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.28% from 239); Green value is 82 (32.42% from 255 or 34.31% from 239); Blue value is 44 (17.58% from 255 or 18.41% from 239); Max value from RGB is 113 - color contains mainly: red. Hex color #71522C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71522C is #8EADD3. Grayscale: #575757. Windows color (decimal): -9350612 or 2904689. OLE color: 2904689.

HSL color Cylindrical-coordinate representation of color #71522C: hue angle of 33.04º 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 #71522C is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.56.

Color convert

RGB1138244-
CMYK00.270.610.56
HSL33.04º43.95%30.78%-
HSV(B)33.04º61.06%44.31%-
XYZ10.289.733.72-
YUV86.94103.77146.59-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.28%
GREEN value IS 82 (32.42% from 255) = 34.31%
BLUE value IS 44 (17.58% from 255) = 18.41%
R=47.28%
G=34.31%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113824400.270.610.5633.0443.9530.78
Hex71522C01B3D38212c1f
Octal161122540337570415437
Binary1110001101001010110001101111110111100010000110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71522C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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