#705831

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

Shades of Horses Neck #705831

Tints of Horses Neck #705831

Color information

#705831 (or 0x705831) is unknown color: approx Horses Neck. HEX triplet: 70, 58 and 31. RGB value is (112,88,49). Sum of RGB (Red+Green+Blue) = 112+88+49=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 88 (34.77% from 255 or 35.34% from 249); Blue value is 49 (19.53% from 255 or 19.68% from 249); Max value from RGB is 112 - color contains mainly: red. Hex color #705831 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705831 is #8FA7CE. Grayscale: #5A5A5A. Windows color (decimal): -9414607 or 3233904. OLE color: 3233904.

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

Color convert

RGB1128849-
CMYK00.210.560.56
HSL37.14º39.13%31.57%-
HSV(B)37.14º56.25%43.92%-
XYZ10.7310.654.4-
YUV90.73104.45143.17-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.98%
GREEN value IS 88 (34.77% from 255) = 35.34%
BLUE value IS 49 (19.53% from 255) = 19.68%
R=44.98%
G=35.34%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112884900.210.560.5637.1439.1331.57
Hex7058310153838252720
Octal160130610257070454740
Binary11100001011000110001010101111000111000100101100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705831; }

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

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

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

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

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

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

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

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