#71542C

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

Shades of Horses Neck #71542C

Tints of Horses Neck #71542C

Color information

#71542C (or 0x71542C) is unknown color: approx Horses Neck. HEX triplet: 71, 54 and 2C. RGB value is (113,84,44). Sum of RGB (Red+Green+Blue) = 113+84+44=241 (31% of max value = 765). Red value is 113 (44.53% from 255 or 46.89% from 241); Green value is 84 (33.20% from 255 or 34.85% from 241); Blue value is 44 (17.58% from 255 or 18.26% from 241); Max value from RGB is 113 - color contains mainly: red. Hex color #71542C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71542C is #8EABD3. Grayscale: #585858. Windows color (decimal): -9350100 or 2905201. OLE color: 2905201.

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

Color convert

RGB1138444-
CMYK00.260.610.56
HSL34.78º43.95%30.78%-
HSV(B)34.78º61.06%44.31%-
XYZ10.4310.033.77-
YUV88.11103.11145.75-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.89%
GREEN value IS 84 (33.20% from 255) = 34.85%
BLUE value IS 44 (17.58% from 255) = 18.26%
R=46.89%
G=34.85%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113844400.260.610.5634.7843.9530.78
Hex71542C01A3D38232c1f
Octal161124540327570435437
Binary1110001101010010110001101011110111100010001110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71542C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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