#70573D

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

Shades of Tobacco Brown #70573D

Tints of Tobacco Brown #70573D

Color information

#70573D (or 0x70573D) is unknown color: approx Tobacco Brown. HEX triplet: 70, 57 and 3D. RGB value is (112,87,61). Sum of RGB (Red+Green+Blue) = 112+87+61=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 87 (34.38% from 255 or 33.46% from 260); Blue value is 61 (24.22% from 255 or 23.46% from 260); Max value from RGB is 112 - color contains mainly: red. Hex color #70573D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70573D is #8FA8C2. Grayscale: #5B5B5B. Windows color (decimal): -9414851 or 4020080. OLE color: 4020080.

HSL color Cylindrical-coordinate representation of color #70573D: hue angle of 30.59º 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 #70573D is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB1128761-
CMYK00.220.460.56
HSL30.59º29.48%33.92%-
HSV(B)30.59º45.54%43.92%-
XYZ10.9310.65.88-
YUV91.51110.78142.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.08%
GREEN value IS 87 (34.38% from 255) = 33.46%
BLUE value IS 61 (24.22% from 255) = 23.46%
R=43.08%
G=33.46%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112876100.220.460.5630.5929.4833.92
Hex70573D0162E381f1d22
Octal160127750265670373542
Binary111000010101111111010101101011101110001111111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70573D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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