#705731

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

Shades of Horses Neck #705731

Tints of Horses Neck #705731

Color information

#705731 (or 0x705731) is unknown color: approx Horses Neck. HEX triplet: 70, 57 and 31. RGB value is (112,87,49). Sum of RGB (Red+Green+Blue) = 112+87+49=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 87 (34.38% from 255 or 35.08% from 248); Blue value is 49 (19.53% from 255 or 19.76% from 248); Max value from RGB is 112 - color contains mainly: red. Hex color #705731 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705731 is #8FA8CE. Grayscale: #5A5A5A. Windows color (decimal): -9414863 or 3233648. OLE color: 3233648.

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

Color convert

RGB1128749-
CMYK00.220.560.56
HSL36.19º39.13%31.57%-
HSV(B)36.19º56.25%43.92%-
XYZ10.6410.484.37-
YUV90.14104.78143.59-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.16%
GREEN value IS 87 (34.38% from 255) = 35.08%
BLUE value IS 49 (19.53% from 255) = 19.76%
R=45.16%
G=35.08%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112874900.220.560.5636.1939.1331.57
Hex7057310163838242720
Octal160127610267070444740
Binary11100001010111110001010110111000111000100100100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705731; }

 p { color: rgb(112,87,49); }

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

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

 a { background-color: rgb(112,87,49); }

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

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

 span { border-color: rgb(112,87,49); }

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