#705730

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

Shades of Horses Neck #705730

Tints of Horses Neck #705730

Color information

#705730 (or 0x705730) is unknown color: approx Horses Neck. HEX triplet: 70, 57 and 30. RGB value is (112,87,48). Sum of RGB (Red+Green+Blue) = 112+87+48=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 87 (34.38% from 255 or 35.22% from 247); Blue value is 48 (19.14% from 255 or 19.43% from 247); Max value from RGB is 112 - color contains mainly: red. Hex color #705730 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705730 is #8FA8CF. Grayscale: #5A5A5A. Windows color (decimal): -9414864 or 3168112. OLE color: 3168112.

HSL color Cylindrical-coordinate representation of color #705730: hue angle of 36.56º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #705730 is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB1128748-
CMYK00.220.570.56
HSL36.56º40%31.37%-
HSV(B)36.56º57.14%43.92%-
XYZ10.6210.474.26-
YUV90.03104.28143.67-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.34%
GREEN value IS 87 (34.38% from 255) = 35.22%
BLUE value IS 48 (19.14% from 255) = 19.43%
R=45.34%
G=35.22%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.57
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112874800.220.570.5636.564031.37
Hex705730016393825281f
Octal160127600267170455037
Binary1110000101011111000001011011100111100010010110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705730; }

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

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

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

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

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

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

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

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