#70563D

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

Shades of Tobacco Brown #70563D

Tints of Tobacco Brown #70563D

Color information

#70563D (or 0x70563D) is unknown color: approx Tobacco Brown. HEX triplet: 70, 56 and 3D. RGB value is (112,86,61). Sum of RGB (Red+Green+Blue) = 112+86+61=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 86 (33.98% from 255 or 33.20% from 259); Blue value is 61 (24.22% from 255 or 23.55% from 259); Max value from RGB is 112 - color contains mainly: red. Hex color #70563D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70563D is #8FA9C2. Grayscale: #5B5B5B. Windows color (decimal): -9415107 or 4019824. OLE color: 4019824.

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

Color convert

RGB1128661-
CMYK00.230.460.56
HSL29.41º29.48%33.92%-
HSV(B)29.41º45.54%43.92%-
XYZ10.8510.445.86-
YUV90.92111.11143.03-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.24%
GREEN value IS 86 (33.98% from 255) = 33.20%
BLUE value IS 61 (24.22% from 255) = 23.55%
R=43.24%
G=33.20%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112866100.230.460.5629.4129.4833.92
Hex70563D0172E381d1d22
Octal160126750275670353542
Binary111000010101101111010101111011101110001110111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70563D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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