#715B2B

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

Shades of Horses Neck #715B2B

Tints of Horses Neck #715B2B

Color information

#715B2B (or 0x715B2B) is unknown color: approx Horses Neck. HEX triplet: 71, 5B and 2B. RGB value is (113,91,43). Sum of RGB (Red+Green+Blue) = 113+91+43=247 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.75% from 247); Green value is 91 (35.94% from 255 or 36.84% from 247); Blue value is 43 (17.19% from 255 or 17.41% from 247); Max value from RGB is 113 - color contains mainly: red. Hex color #715B2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715B2B is #8EA4D4. Grayscale: #5C5C5C. Windows color (decimal): -9348309 or 2841457. OLE color: 2841457.

HSL color Cylindrical-coordinate representation of color #715B2B: hue angle of 41.14º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #715B2B is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB1139143-
CMYK00.190.620.56
HSL41.14º44.87%30.59%-
HSV(B)41.14º61.95%44.31%-
XYZ10.9911.173.86-
YUV92.11100.29142.9-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.75%
GREEN value IS 91 (35.94% from 255) = 36.84%
BLUE value IS 43 (17.19% from 255) = 17.41%
R=45.75%
G=36.84%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113914300.190.620.5641.1444.8730.59
Hex715B2B0133E38292d1f
Octal161133530237670515537
Binary1110001101101110101101001111111011100010100110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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