#70551E

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

Shades of Horses Neck #70551E

Tints of Horses Neck #70551E

Color information

#70551E (or 0x70551E) is unknown color: approx Horses Neck. HEX triplet: 70, 55 and 1E. RGB value is (112,85,30). Sum of RGB (Red+Green+Blue) = 112+85+30=227 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.34% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 30 (12.11% from 255 or 13.22% from 227); Max value from RGB is 112 - color contains mainly: red. Hex color #70551E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70551E is #8FAAE1. Grayscale: #575757. Windows color (decimal): -9415394 or 1987952. OLE color: 1987952.

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

Color convert

RGB1128530-
CMYK00.240.730.56
HSL40.24º57.75%27.84%-
HSV(B)40.24º73.21%43.92%-
XYZ10.1610.042.63-
YUV86.895.95145.97-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.34%
GREEN value IS 85 (33.59% from 255) = 37.44%
BLUE value IS 30 (12.11% from 255) = 13.22%
R=49.34%
G=37.44%
B=13.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112853000.240.730.5640.2457.7527.84
Hex70551E0184938283a1c
Octal1601253603011170507234
Binary1110000101010111110011000100100111100010100011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70551E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70551E; }

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

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

<style>
 a { background-color: #70551E; }

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

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

<style>
 span { border-color: #70551E; }

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

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