#705c1e

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

Shades of Horses Neck #705C1E

Tints of Horses Neck #705C1E

Color information

#705C1E (or 0x705C1E) is unknown color: approx Horses Neck. HEX triplet: 70, 5C and 1E. RGB value is (112,92,30). Sum of RGB (Red+Green+Blue) = 112+92+30=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 92 (36.33% from 255 or 39.32% from 234); Blue value is 30 (12.11% from 255 or 12.82% from 234); Max value from RGB is 112 - color contains mainly: red. Hex color #705C1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705C1E is #8FA3E1. Grayscale: #5B5B5B. Windows color (decimal): -9413602 or 1989744. OLE color: 1989744.

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

Color convert

RGB1129230-
CMYK00.180.730.56
HSL45.37º57.75%27.84%-
HSV(B)45.37º73.21%43.92%-
XYZ10.7411.192.82-
YUV90.9193.63143.04-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.86%
GREEN value IS 92 (36.33% from 255) = 39.32%
BLUE value IS 30 (12.11% from 255) = 12.82%
R=47.86%
G=39.32%
B=12.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112923000.180.730.5645.3757.7527.84
Hex705C1E01249382d3a1c
Octal1601343602211170557234
Binary1110000101110011110010010100100111100010110111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705c1e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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