#705728

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

Shades of Horses Neck #705728

Tints of Horses Neck #705728

Color information

#705728 (or 0x705728) is unknown color: approx Horses Neck. HEX triplet: 70, 57 and 28. RGB value is (112,87,40). Sum of RGB (Red+Green+Blue) = 112+87+40=239 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.86% from 239); Green value is 87 (34.38% from 255 or 36.40% from 239); Blue value is 40 (16.02% from 255 or 16.74% from 239); Max value from RGB is 112 - color contains mainly: red. Hex color #705728 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705728 is #8FA8D7. Grayscale: #595959. Windows color (decimal): -9414872 or 2643824. OLE color: 2643824.

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

Color convert

RGB1128740-
CMYK00.220.640.56
HSL39.17º47.37%29.8%-
HSV(B)39.17º64.29%43.92%-
XYZ10.4710.413.47-
YUV89.12100.28144.32-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.86%
GREEN value IS 87 (34.38% from 255) = 36.40%
BLUE value IS 40 (16.02% from 255) = 16.74%
R=46.86%
G=36.40%
B=16.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112874000.220.640.5639.1747.3729.8
Hex7057280164038272f1e
Octal1601275002610070475736
Binary11100001010111101000010110100000011100010011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705728; }

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

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

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

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

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

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

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

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