#715922

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

Shades of Horses Neck #715922

Tints of Horses Neck #715922

Color information

#715922 (or 0x715922) is unknown color: approx Horses Neck. HEX triplet: 71, 59 and 22. RGB value is (113,89,34). Sum of RGB (Red+Green+Blue) = 113+89+34=236 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.88% from 236); Green value is 89 (35.16% from 255 or 37.71% from 236); Blue value is 34 (13.67% from 255 or 14.41% from 236); Max value from RGB is 113 - color contains mainly: red. Hex color #715922 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715922 is #8EA6DD. Grayscale: #5A5A5A. Windows color (decimal): -9348830 or 2251121. OLE color: 2251121.

HSL color Cylindrical-coordinate representation of color #715922: hue angle of 41.77º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #715922 is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB1138934-
CMYK00.210.700.56
HSL41.77º53.74%28.82%-
HSV(B)41.77º69.91%44.31%-
XYZ10.6710.773.03-
YUV89.9196.45144.47-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.88%
GREEN value IS 89 (35.16% from 255) = 37.71%
BLUE value IS 34 (13.67% from 255) = 14.41%
R=47.88%
G=37.71%
B=14.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.70
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113893400.210.700.5641.7753.7428.82
Hex71592201546382a361d
Octal1611314202510670526635
Binary11100011011001100010010101100011011100010101011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715922; }

 p { color: rgb(113,89,34); }

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

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

 a { background-color: rgb(113,89,34); }

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

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

 span { border-color: rgb(113,89,34); }

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