#705D1E

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

Shades of Horses Neck #705D1E

Tints of Horses Neck #705D1E

Color information

#705D1E (or 0x705D1E) is unknown color: approx Horses Neck. HEX triplet: 70, 5D and 1E. RGB value is (112,93,30). Sum of RGB (Red+Green+Blue) = 112+93+30=235 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.66% from 235); Green value is 93 (36.72% from 255 or 39.57% from 235); Blue value is 30 (12.11% from 255 or 12.77% from 235); Max value from RGB is 112 - color contains mainly: red. Hex color #705D1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705D1E is #8FA2E1. Grayscale: #5B5B5B. Windows color (decimal): -9413346 or 1990000. OLE color: 1990000.

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

Color convert

RGB1129330-
CMYK00.170.730.56
HSL46.1º57.75%27.84%-
HSV(B)46.1º73.21%43.92%-
XYZ10.8311.372.85-
YUV91.593.29142.62-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.66%
GREEN value IS 93 (36.72% from 255) = 39.57%
BLUE value IS 30 (12.11% from 255) = 12.77%
R=47.66%
G=39.57%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112933000.170.730.5646.157.7527.84
Hex705D1E01149382e3a1c
Octal1601353602111170567234
Binary1110000101110111110010001100100111100010111011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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