#715B2F

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

Shades of Horses Neck #715B2F

Tints of Horses Neck #715B2F

Color information

#715B2F (or 0x715B2F) is unknown color: approx Horses Neck. HEX triplet: 71, 5B and 2F. RGB value is (113,91,47). Sum of RGB (Red+Green+Blue) = 113+91+47=251 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.02% from 251); Green value is 91 (35.94% from 255 or 36.25% from 251); Blue value is 47 (18.75% from 255 or 18.73% from 251); Max value from RGB is 113 - color contains mainly: red. Hex color #715B2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715B2F is #8EA4D0. Grayscale: #5C5C5C. Windows color (decimal): -9348305 or 3103601. OLE color: 3103601.

HSL color Cylindrical-coordinate representation of color #715B2F: hue angle of 40º 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 #715B2F is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB1139147-
CMYK00.190.580.56
HSL40º41.25%31.37%-
HSV(B)40º58.41%44.31%-
XYZ11.0611.24.27-
YUV92.56102.29142.58-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.02%
GREEN value IS 91 (35.94% from 255) = 36.25%
BLUE value IS 47 (18.75% from 255) = 18.73%
R=45.02%
G=36.25%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113914700.190.580.564041.2531.37
Hex715B2F0133A3828291f
Octal161133570237270505137
Binary1110001101101110111101001111101011100010100010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715B2F; }

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

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

<style>
 a { background-color: #715B2F; }

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

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

<style>
 span { border-color: #715B2F; }

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

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