#715831

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

Shades of Horses Neck #715831

Tints of Horses Neck #715831

Color information

#715831 (or 0x715831) is unknown color: approx Horses Neck. HEX triplet: 71, 58 and 31. RGB value is (113,88,49). Sum of RGB (Red+Green+Blue) = 113+88+49=250 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.2% from 250); Green value is 88 (34.77% from 255 or 35.2% from 250); Blue value is 49 (19.53% from 255 or 19.6% from 250); Max value from RGB is 113 - color contains mainly: red. Hex color #715831 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715831 is #8EA7CE. Grayscale: #5B5B5B. Windows color (decimal): -9349071 or 3233905. OLE color: 3233905.

HSL color Cylindrical-coordinate representation of color #715831: hue angle of 36.56º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #715831 is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB1138849-
CMYK00.220.570.56
HSL36.56º39.51%31.76%-
HSV(B)36.56º56.64%44.31%-
XYZ10.8510.714.4-
YUV91.03104.28143.67-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.2%
GREEN value IS 88 (34.77% from 255) = 35.2%
BLUE value IS 49 (19.53% from 255) = 19.6%
R=45.2%
G=35.2%
B=19.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.57
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113884900.220.570.5636.5639.5131.76
Hex7158310163938252820
Octal161130610267170455040
Binary11100011011000110001010110111001111000100101101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715831; }

 p { color: rgb(113,88,49); }

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

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

 a { background-color: rgb(113,88,49); }

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

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

 span { border-color: rgb(113,88,49); }

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