#70583D

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

Shades of Tobacco Brown #70583D

Tints of Tobacco Brown #70583D

Color information

#70583D (or 0x70583D) is unknown color: approx Tobacco Brown. HEX triplet: 70, 58 and 3D. RGB value is (112,88,61). Sum of RGB (Red+Green+Blue) = 112+88+61=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 88 (34.77% from 255 or 33.72% from 261); Blue value is 61 (24.22% from 255 or 23.37% from 261); Max value from RGB is 112 - color contains mainly: red. Hex color #70583D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70583D is #8FA7C2. Grayscale: #5C5C5C. Windows color (decimal): -9414595 or 4020336. OLE color: 4020336.

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

Color convert

RGB1128861-
CMYK00.210.460.56
HSL31.76º29.48%33.92%-
HSV(B)31.76º45.54%43.92%-
XYZ11.0110.765.91-
YUV92.1110.45142.2-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.91%
GREEN value IS 88 (34.77% from 255) = 33.72%
BLUE value IS 61 (24.22% from 255) = 23.37%
R=42.91%
G=33.72%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112886100.210.460.5631.7629.4833.92
Hex70583D0152E38201d22
Octal160130750255670403542
Binary1110000101100011110101010110111011100010000011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70583D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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