#705D1F

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

Shades of Horses Neck #705D1F

Tints of Horses Neck #705D1F

Color information

#705D1F (or 0x705D1F) is unknown color: approx Horses Neck. HEX triplet: 70, 5D and 1F. RGB value is (112,93,31). Sum of RGB (Red+Green+Blue) = 112+93+31=236 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.46% from 236); Green value is 93 (36.72% from 255 or 39.41% from 236); Blue value is 31 (12.5% from 255 or 13.14% from 236); Max value from RGB is 112 - color contains mainly: red. Hex color #705D1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705D1F is #8FA2E0. Grayscale: #5B5B5B. Windows color (decimal): -9413345 or 2055536. OLE color: 2055536.

HSL color Cylindrical-coordinate representation of color #705D1F: hue angle of 45.93º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #705D1F is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB1129331-
CMYK00.170.720.56
HSL45.93º56.64%28.04%-
HSV(B)45.93º72.32%43.92%-
XYZ10.8411.372.92-
YUV91.6193.79142.54-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.46%
GREEN value IS 93 (36.72% from 255) = 39.41%
BLUE value IS 31 (12.5% from 255) = 13.14%
R=47.46%
G=39.41%
B=13.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112933100.170.720.5645.9356.6428.04
Hex705D1F01148382e391c
Octal1601353702111070567134
Binary1110000101110111111010001100100011100010111011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,93,31); }

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

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

 a { background-color: rgb(112,93,31); }

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

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

 span { border-color: rgb(112,93,31); }

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