#705529

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

Shades of Horses Neck #705529

Tints of Horses Neck #705529

Color information

#705529 (or 0x705529) is unknown color: approx Horses Neck. HEX triplet: 70, 55 and 29. RGB value is (112,85,41). Sum of RGB (Red+Green+Blue) = 112+85+41=238 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.06% from 238); Green value is 85 (33.59% from 255 or 35.71% from 238); Blue value is 41 (16.41% from 255 or 17.23% from 238); Max value from RGB is 112 - color contains mainly: red. Hex color #705529 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705529 is #8FAAD6. Grayscale: #585858. Windows color (decimal): -9415383 or 2708848. OLE color: 2708848.

HSL color Cylindrical-coordinate representation of color #705529: hue angle of 37.18º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #705529 is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB1128541-
CMYK00.240.630.56
HSL37.18º46.41%30%-
HSV(B)37.18º63.39%43.92%-
XYZ10.3310.13.5-
YUV88.06101.45145.08-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.06%
GREEN value IS 85 (33.59% from 255) = 35.71%
BLUE value IS 41 (16.41% from 255) = 17.23%
R=47.06%
G=35.71%
B=17.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112854100.240.630.5637.1846.4130
Hex7055290183F38252e1e
Octal160125510307770455636
Binary1110000101010110100101100011111111100010010110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705529; }

 p { color: rgb(112,85,41); }

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

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

 a { background-color: rgb(112,85,41); }

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

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

 span { border-color: rgb(112,85,41); }

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