#70551C

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

Shades of Horses Neck #70551C

Tints of Horses Neck #70551C

Color information

#70551C (or 0x70551C) is unknown color: approx Horses Neck. HEX triplet: 70, 55 and 1C. RGB value is (112,85,28). Sum of RGB (Red+Green+Blue) = 112+85+28=225 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.78% from 225); Green value is 85 (33.59% from 255 or 37.78% from 225); Blue value is 28 (11.33% from 255 or 12.44% from 225); Max value from RGB is 112 - color contains mainly: red. Hex color #70551C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70551C is #8FAAE3. Grayscale: #565656. Windows color (decimal): -9415396 or 1856880. OLE color: 1856880.

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

Color convert

RGB1128528-
CMYK00.240.750.56
HSL40.71º60%27.45%-
HSV(B)40.71º75%43.92%-
XYZ10.1410.032.5-
YUV86.5794.95146.13-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.78%
GREEN value IS 85 (33.59% from 255) = 37.78%
BLUE value IS 28 (11.33% from 255) = 12.44%
R=49.78%
G=37.78%
B=12.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112852800.240.750.5640.716027.45
Hex70551C0184B38293c1b
Octal1601253403011370517433
Binary1110000101010111100011000100101111100010100111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70551C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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