#70562B

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

Shades of Horses Neck #70562B

Tints of Horses Neck #70562B

Color information

#70562B (or 0x70562B) is unknown color: approx Horses Neck. HEX triplet: 70, 56 and 2B. RGB value is (112,86,43). Sum of RGB (Red+Green+Blue) = 112+86+43=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 86 (33.98% from 255 or 35.68% from 241); Blue value is 43 (17.19% from 255 or 17.84% from 241); Max value from RGB is 112 - color contains mainly: red. Hex color #70562B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70562B is #8FA9D4. Grayscale: #595959. Windows color (decimal): -9415125 or 2840176. OLE color: 2840176.

HSL color Cylindrical-coordinate representation of color #70562B: hue angle of 37.39º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #70562B is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB1128643-
CMYK00.230.620.56
HSL37.39º44.52%30.39%-
HSV(B)37.39º61.61%43.92%-
XYZ10.4510.273.72-
YUV88.87102.11144.5-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.47%
GREEN value IS 86 (33.98% from 255) = 35.68%
BLUE value IS 43 (17.19% from 255) = 17.84%
R=46.47%
G=35.68%
B=17.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112864300.230.620.5637.3944.5230.39
Hex70562B0173E38252d1e
Octal160126530277670455536
Binary1110000101011010101101011111111011100010010110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70562B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70562B; }

 p { color: rgb(112,86,43); }

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

<style>
 a { background-color: #70562B; }

 a { background-color: rgb(112,86,43); }

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

<style>
 span { border-color: #70562B; }

 span { border-color: rgb(112,86,43); }

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