#70563F

Color #70563F Tobacco Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tobacco Brown #70563F

Tints of Tobacco Brown #70563F

Color information

#70563F (or 0x70563F) is unknown color: approx Tobacco Brown. HEX triplet: 70, 56 and 3F. RGB value is (112,86,63). Sum of RGB (Red+Green+Blue) = 112+86+63=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 86 (33.98% from 255 or 32.95% from 261); Blue value is 63 (25% from 255 or 24.14% from 261); Max value from RGB is 112 - color contains mainly: red. Hex color #70563F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70563F is #8FA9C0. Grayscale: #5B5B5B. Windows color (decimal): -9415105 or 4150896. OLE color: 4150896.

HSL color Cylindrical-coordinate representation of color #70563F: hue angle of 28.16º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #70563F is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB1128663-
CMYK00.230.440.56
HSL28.16º28%34.31%-
HSV(B)28.16º43.75%43.92%-
XYZ10.9110.466.15-
YUV91.15112.11142.87-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.91%
GREEN value IS 86 (33.98% from 255) = 32.95%
BLUE value IS 63 (25% from 255) = 24.14%
R=42.91%
G=32.95%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112866300.230.440.5628.162834.31
Hex70563F0172C381c1c22
Octal160126770275470343442
Binary111000010101101111110101111011001110001110011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70563F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70563F; }

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

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

<style>
 a { background-color: #70563F; }

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

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

<style>
 span { border-color: #70563F; }

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

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