#715B19

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

Shades of Horses Neck #715B19

Tints of Horses Neck #715B19

Color information

#715B19 (or 0x715B19) is unknown color: approx Horses Neck. HEX triplet: 71, 5B and 19. RGB value is (113,91,25). Sum of RGB (Red+Green+Blue) = 113+91+25=229 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.34% from 229); Green value is 91 (35.94% from 255 or 39.74% from 229); Blue value is 25 (10.16% from 255 or 10.92% from 229); Max value from RGB is 113 - color contains mainly: red. Hex color #715B19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715B19 is #8EA4E6. Grayscale: #5A5A5A. Windows color (decimal): -9348327 or 1661809. OLE color: 1661809.

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

Color convert

RGB1139125-
CMYK00.190.780.56
HSL45º63.77%27.06%-
HSV(B)45º77.88%44.31%-
XYZ10.7311.062.49-
YUV90.0591.29144.37-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.34%
GREEN value IS 91 (35.94% from 255) = 39.74%
BLUE value IS 25 (10.16% from 255) = 10.92%
R=49.34%
G=39.74%
B=10.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.78
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113912500.190.780.564563.7727.06
Hex715B190134E382d401b
Octal16113331023116705510033
Binary11100011011011110010100111001110111000101101100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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