#705A2F

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

Shades of Horses Neck #705A2F

Tints of Horses Neck #705A2F

Color information

#705A2F (or 0x705A2F) is unknown color: approx Horses Neck. HEX triplet: 70, 5A and 2F. RGB value is (112,90,47). Sum of RGB (Red+Green+Blue) = 112+90+47=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 90 (35.55% from 255 or 36.14% from 249); Blue value is 47 (18.75% from 255 or 18.88% from 249); Max value from RGB is 112 - color contains mainly: red. Hex color #705A2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705A2F is #8FA5D0. Grayscale: #5B5B5B. Windows color (decimal): -9414097 or 3103344. OLE color: 3103344.

HSL color Cylindrical-coordinate representation of color #705A2F: hue angle of 39.69º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #705A2F is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB1129047-
CMYK00.200.580.56
HSL39.69º40.88%31.18%-
HSV(B)39.69º58.04%43.92%-
XYZ10.8510.964.23-
YUV91.68102.79142.5-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.98%
GREEN value IS 90 (35.55% from 255) = 36.14%
BLUE value IS 47 (18.75% from 255) = 18.88%
R=44.98%
G=36.14%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112904700.200.580.5639.6940.8831.18
Hex705A2F0143A3828291f
Octal160132570247270505137
Binary1110000101101010111101010011101011100010100010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705A2F; }

 p { color: rgb(112,90,47); }

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

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

 a { background-color: rgb(112,90,47); }

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

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

 span { border-color: rgb(112,90,47); }

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