#71512D

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

Shades of Horses Neck #71512D

Tints of Horses Neck #71512D

Color information

#71512D (or 0x71512D) is unknown color: approx Horses Neck. HEX triplet: 71, 51 and 2D. RGB value is (113,81,45). Sum of RGB (Red+Green+Blue) = 113+81+45=239 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.28% from 239); Green value is 81 (32.03% from 255 or 33.89% from 239); Blue value is 45 (17.97% from 255 or 18.83% from 239); Max value from RGB is 113 - color contains mainly: red. Hex color #71512D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71512D is #8EAED2. Grayscale: #565656. Windows color (decimal): -9350867 or 2969969. OLE color: 2969969.

HSL color Cylindrical-coordinate representation of color #71512D: hue angle of 31.76º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #71512D is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB1138145-
CMYK00.280.600.56
HSL31.76º43.04%30.98%-
HSV(B)31.76º60.18%44.31%-
XYZ10.239.593.79-
YUV86.46104.6146.93-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.28%
GREEN value IS 81 (32.03% from 255) = 33.89%
BLUE value IS 45 (17.97% from 255) = 18.83%
R=47.28%
G=33.89%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113814500.280.600.5631.7643.0430.98
Hex71512D01C3C38202b1f
Octal161121550347470405337
Binary1110001101000110110101110011110011100010000010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71512D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71512D; }

 p { color: rgb(113,81,45); }

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

<style>
 a { background-color: #71512D; }

 a { background-color: rgb(113,81,45); }

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

<style>
 span { border-color: #71512D; }

 span { border-color: rgb(113,81,45); }

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