#705631

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

Shades of Horses Neck #705631

Tints of Horses Neck #705631

Color information

#705631 (or 0x705631) is unknown color: approx Horses Neck. HEX triplet: 70, 56 and 31. RGB value is (112,86,49). Sum of RGB (Red+Green+Blue) = 112+86+49=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 86 (33.98% from 255 or 34.82% from 247); Blue value is 49 (19.53% from 255 or 19.84% from 247); Max value from RGB is 112 - color contains mainly: red. Hex color #705631 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705631 is #8FA9CE. Grayscale: #595959. Windows color (decimal): -9415119 or 3233392. OLE color: 3233392.

HSL color Cylindrical-coordinate representation of color #705631: hue angle of 35.24º 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 #705631 is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.56.

Color convert

RGB1128649-
CMYK00.230.560.56
HSL35.24º39.13%31.57%-
HSV(B)35.24º56.25%43.92%-
XYZ10.5610.324.34-
YUV89.56105.11144.01-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.34%
GREEN value IS 86 (33.98% from 255) = 34.82%
BLUE value IS 49 (19.53% from 255) = 19.84%
R=45.34%
G=34.82%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112864900.230.560.5635.2439.1331.57
Hex7056310173838232720
Octal160126610277070434740
Binary11100001010110110001010111111000111000100011100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705631; }

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

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

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

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

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

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

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

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