#71542A

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

Shades of Horses Neck #71542A

Tints of Horses Neck #71542A

Color information

#71542A (or 0x71542A) is unknown color: approx Horses Neck. HEX triplet: 71, 54 and 2A. RGB value is (113,84,42). Sum of RGB (Red+Green+Blue) = 113+84+42=239 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.28% from 239); Green value is 84 (33.20% from 255 or 35.15% from 239); Blue value is 42 (16.80% from 255 or 17.57% from 239); Max value from RGB is 113 - color contains mainly: red. Hex color #71542A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71542A is #8EABD5. Grayscale: #585858. Windows color (decimal): -9350102 or 2774129. OLE color: 2774129.

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

Color convert

RGB1138442-
CMYK00.260.630.56
HSL35.49º45.81%30.39%-
HSV(B)35.49º62.83%44.31%-
XYZ10.410.023.58-
YUV87.88102.11145.92-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.28%
GREEN value IS 84 (33.20% from 255) = 35.15%
BLUE value IS 42 (16.80% from 255) = 17.57%
R=47.28%
G=35.15%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113844200.260.630.5635.4945.8130.39
Hex71542A01A3F38232e1e
Octal161124520327770435636
Binary1110001101010010101001101011111111100010001110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71542A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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