#705528

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

Shades of Horses Neck #705528

Tints of Horses Neck #705528

Color information

#705528 (or 0x705528) is unknown color: approx Horses Neck. HEX triplet: 70, 55 and 28. RGB value is (112,85,40). Sum of RGB (Red+Green+Blue) = 112+85+40=237 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.26% from 237); Green value is 85 (33.59% from 255 or 35.86% from 237); Blue value is 40 (16.02% from 255 or 16.88% from 237); Max value from RGB is 112 - color contains mainly: red. Hex color #705528 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705528 is #8FAAD7. Grayscale: #585858. Windows color (decimal): -9415384 or 2643312. OLE color: 2643312.

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

Color convert

RGB1128540-
CMYK00.240.640.56
HSL37.5º47.37%29.8%-
HSV(B)37.5º64.29%43.92%-
XYZ10.3110.093.41-
YUV87.94100.95145.16-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.26%
GREEN value IS 85 (33.59% from 255) = 35.86%
BLUE value IS 40 (16.02% from 255) = 16.88%
R=47.26%
G=35.86%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112854000.240.640.5637.547.3729.8
Hex7055280184038262f1e
Octal1601255003010070465736
Binary11100001010101101000011000100000011100010011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705528; }

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

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

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

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

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

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

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

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