#715A2C

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

Shades of Horses Neck #715A2C

Tints of Horses Neck #715A2C

Color information

#715A2C (or 0x715A2C) is unknown color: approx Horses Neck. HEX triplet: 71, 5A and 2C. RGB value is (113,90,44). Sum of RGB (Red+Green+Blue) = 113+90+44=247 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.75% from 247); Green value is 90 (35.55% from 255 or 36.44% from 247); Blue value is 44 (17.58% from 255 or 17.81% from 247); Max value from RGB is 113 - color contains mainly: red. Hex color #715A2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715A2C is #8EA5D3. Grayscale: #5B5B5B. Windows color (decimal): -9348564 or 2906737. OLE color: 2906737.

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

Color convert

RGB1139044-
CMYK00.200.610.56
HSL40º43.95%30.78%-
HSV(B)40º61.06%44.31%-
XYZ10.92113.93-
YUV91.63101.12143.24-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.75%
GREEN value IS 90 (35.55% from 255) = 36.44%
BLUE value IS 44 (17.58% from 255) = 17.81%
R=45.75%
G=36.44%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113904400.200.610.564043.9530.78
Hex715A2C0143D38282c1f
Octal161132540247570505437
Binary1110001101101010110001010011110111100010100010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,90,44); }

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

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

 a { background-color: rgb(113,90,44); }

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

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

 span { border-color: rgb(113,90,44); }

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