#705C19

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

Shades of Horses Neck #705C19

Tints of Horses Neck #705C19

Color information

#705C19 (or 0x705C19) is unknown color: approx Horses Neck. HEX triplet: 70, 5C and 19. RGB value is (112,92,25). Sum of RGB (Red+Green+Blue) = 112+92+25=229 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.91% from 229); Green value is 92 (36.33% from 255 or 40.17% from 229); Blue value is 25 (10.16% from 255 or 10.92% from 229); Max value from RGB is 112 - color contains mainly: red. Hex color #705C19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705C19 is #8FA3E6. Grayscale: #5A5A5A. Windows color (decimal): -9413607 or 1662064. OLE color: 1662064.

HSL color Cylindrical-coordinate representation of color #705C19: hue angle of 46.21º 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 #705C19 is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB1129225-
CMYK00.180.780.56
HSL46.21º63.5%26.86%-
HSV(B)46.21º77.68%43.92%-
XYZ10.6811.172.51-
YUV90.3491.13143.45-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.91%
GREEN value IS 92 (36.33% from 255) = 40.17%
BLUE value IS 25 (10.16% from 255) = 10.92%
R=48.91%
G=40.17%
B=10.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.78
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112922500.180.780.5646.2163.526.86
Hex705C190124E382e401b
Octal16013431022116705610033
Binary11100001011100110010100101001110111000101110100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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