#70551D

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

Shades of Horses Neck #70551D

Tints of Horses Neck #70551D

Color information

#70551D (or 0x70551D) is unknown color: approx Horses Neck. HEX triplet: 70, 55 and 1D. RGB value is (112,85,29). Sum of RGB (Red+Green+Blue) = 112+85+29=226 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.56% from 226); Green value is 85 (33.59% from 255 or 37.61% from 226); Blue value is 29 (11.72% from 255 or 12.83% from 226); Max value from RGB is 112 - color contains mainly: red. Hex color #70551D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70551D is #8FAAE2. Grayscale: #565656. Windows color (decimal): -9415395 or 1922416. OLE color: 1922416.

HSL color Cylindrical-coordinate representation of color #70551D: hue angle of 40.48º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #70551D is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB1128529-
CMYK00.240.740.56
HSL40.48º58.87%27.65%-
HSV(B)40.48º74.11%43.92%-
XYZ10.1510.032.56-
YUV86.6995.45146.05-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.56%
GREEN value IS 85 (33.59% from 255) = 37.61%
BLUE value IS 29 (11.72% from 255) = 12.83%
R=49.56%
G=37.61%
B=12.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.74
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112852900.240.740.5640.4858.8727.65
Hex70551D0184A38283b1c
Octal1601253503011270507334
Binary1110000101010111101011000100101011100010100011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70551D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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