#71542F

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

Shades of Horses Neck #71542F

Tints of Horses Neck #71542F

Color information

#71542F (or 0x71542F) is unknown color: approx Horses Neck. HEX triplet: 71, 54 and 2F. RGB value is (113,84,47). Sum of RGB (Red+Green+Blue) = 113+84+47=244 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.31% from 244); Green value is 84 (33.20% from 255 or 34.43% from 244); Blue value is 47 (18.75% from 255 or 19.26% from 244); Max value from RGB is 113 - color contains mainly: red. Hex color #71542F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71542F is #8EABD0. Grayscale: #585858. Windows color (decimal): -9350097 or 3101809. OLE color: 3101809.

HSL color Cylindrical-coordinate representation of color #71542F: hue angle of 33.64º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #71542F is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB1138447-
CMYK00.260.580.56
HSL33.64º41.25%31.37%-
HSV(B)33.64º58.41%44.31%-
XYZ10.4910.064.08-
YUV88.45104.61145.51-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.31%
GREEN value IS 84 (33.20% from 255) = 34.43%
BLUE value IS 47 (18.75% from 255) = 19.26%
R=46.31%
G=34.43%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113844700.260.580.5633.6441.2531.37
Hex71542F01A3A3822291f
Octal161124570327270425137
Binary1110001101010010111101101011101011100010001010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71542F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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