#715A28

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

Shades of Horses Neck #715A28

Tints of Horses Neck #715A28

Color information

#715A28 (or 0x715A28) is unknown color: approx Horses Neck. HEX triplet: 71, 5A and 28. RGB value is (113,90,40). Sum of RGB (Red+Green+Blue) = 113+90+40=243 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.50% from 243); Green value is 90 (35.55% from 255 or 37.04% from 243); Blue value is 40 (16.02% from 255 or 16.46% from 243); Max value from RGB is 113 - color contains mainly: red. Hex color #715A28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715A28 is #8EA5D7. Grayscale: #5B5B5B. Windows color (decimal): -9348568 or 2644593. OLE color: 2644593.

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

Color convert

RGB1139040-
CMYK00.200.650.56
HSL41.1º47.71%30%-
HSV(B)41.1º64.6%44.31%-
XYZ10.8510.983.55-
YUV91.1899.12143.57-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.50%
GREEN value IS 90 (35.55% from 255) = 37.04%
BLUE value IS 40 (16.02% from 255) = 16.46%
R=46.50%
G=37.04%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113904000.200.650.5641.147.7130
Hex715A28014413829301e
Octal1611325002410170516036
Binary11100011011010101000010100100000111100010100111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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