#705D19

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

Shades of Horses Neck #705D19

Tints of Horses Neck #705D19

Color information

#705D19 (or 0x705D19) is unknown color: approx Horses Neck. HEX triplet: 70, 5D and 19. RGB value is (112,93,25). Sum of RGB (Red+Green+Blue) = 112+93+25=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 93 (36.72% from 255 or 40.43% from 230); Blue value is 25 (10.16% from 255 or 10.87% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #705D19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705D19 is #8FA2E6. Grayscale: #5B5B5B. Windows color (decimal): -9413351 or 1662320. OLE color: 1662320.

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

Color convert

RGB1129325-
CMYK00.170.780.56
HSL46.9º63.5%26.86%-
HSV(B)46.9º77.68%43.92%-
XYZ10.7711.342.54-
YUV90.9390.79143.03-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.70%
GREEN value IS 93 (36.72% from 255) = 40.43%
BLUE value IS 25 (10.16% from 255) = 10.87%
R=48.70%
G=40.43%
B=10.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.78
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112932500.170.780.5646.963.526.86
Hex705D190114E382f401b
Octal16013531021116705710033
Binary11100001011101110010100011001110111000101111100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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