#715820

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

Shades of Horses Neck #715820

Tints of Horses Neck #715820

Color information

#715820 (or 0x715820) is unknown color: approx Horses Neck. HEX triplet: 71, 58 and 20. RGB value is (113,88,32). Sum of RGB (Red+Green+Blue) = 113+88+32=233 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.50% from 233); Green value is 88 (34.77% from 255 or 37.77% from 233); Blue value is 32 (12.89% from 255 or 13.73% from 233); Max value from RGB is 113 - color contains mainly: red. Hex color #715820 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715820 is #8EA7DF. Grayscale: #595959. Windows color (decimal): -9349088 or 2119793. OLE color: 2119793.

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

Color convert

RGB1138832-
CMYK00.220.720.56
HSL41.48º55.86%28.43%-
HSV(B)41.48º71.68%44.31%-
XYZ10.5610.592.85-
YUV89.0995.78145.05-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.50%
GREEN value IS 88 (34.77% from 255) = 37.77%
BLUE value IS 32 (12.89% from 255) = 13.73%
R=48.50%
G=37.77%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113883200.220.720.5641.4855.8628.43
Hex715820016483829381c
Octal1611304002611070517034
Binary11100011011000100000010110100100011100010100111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715820; }

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

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

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

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

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

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

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

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