#70592D

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

Shades of Horses Neck #70592D

Tints of Horses Neck #70592D

Color information

#70592D (or 0x70592D) is unknown color: approx Horses Neck. HEX triplet: 70, 59 and 2D. RGB value is (112,89,45). Sum of RGB (Red+Green+Blue) = 112+89+45=246 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.53% from 246); Green value is 89 (35.16% from 255 or 36.18% from 246); Blue value is 45 (17.97% from 255 or 18.29% from 246); Max value from RGB is 112 - color contains mainly: red. Hex color #70592D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70592D is #8FA6D2. Grayscale: #5B5B5B. Windows color (decimal): -9414355 or 2972016. OLE color: 2972016.

HSL color Cylindrical-coordinate representation of color #70592D: hue angle of 39.4º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #70592D is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB1128945-
CMYK00.210.600.56
HSL39.4º42.68%30.78%-
HSV(B)39.4º59.82%43.92%-
XYZ10.7310.784-
YUV90.86102.12143.08-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.53%
GREEN value IS 89 (35.16% from 255) = 36.18%
BLUE value IS 45 (17.97% from 255) = 18.29%
R=45.53%
G=36.18%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112894500.210.600.5639.442.6830.78
Hex70592D0153C38272b1f
Octal160131550257470475337
Binary1110000101100110110101010111110011100010011110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70592D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,89,45); }

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

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

 a { background-color: rgb(112,89,45); }

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

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

 span { border-color: rgb(112,89,45); }

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