#70553C

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

Shades of Tobacco Brown #70553C

Tints of Tobacco Brown #70553C

Color information

#70553C (or 0x70553C) is unknown color: approx Tobacco Brown. HEX triplet: 70, 55 and 3C. RGB value is (112,85,60). Sum of RGB (Red+Green+Blue) = 112+85+60=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 85 (33.59% from 255 or 33.07% from 257); Blue value is 60 (23.83% from 255 or 23.35% from 257); Max value from RGB is 112 - color contains mainly: red. Hex color #70553C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70553C is #8FAAC3. Grayscale: #5A5A5A. Windows color (decimal): -9415364 or 3954032. OLE color: 3954032.

HSL color Cylindrical-coordinate representation of color #70553C: hue angle of 28.85º degrees, saturation: 0.3, 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 #70553C is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB1128560-
CMYK00.240.460.56
HSL28.85º30.23%33.73%-
HSV(B)28.85º46.43%43.92%-
XYZ10.7510.275.69-
YUV90.22110.95143.53-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.58%
GREEN value IS 85 (33.59% from 255) = 33.07%
BLUE value IS 60 (23.83% from 255) = 23.35%
R=43.58%
G=33.07%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112856000.240.460.5628.8530.2333.73
Hex70553C0182E381d1e22
Octal160125740305670353642
Binary111000010101011111000110001011101110001110111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70553C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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