#70583F

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

Shades of Tobacco Brown #70583F

Tints of Tobacco Brown #70583F

Color information

#70583F (or 0x70583F) is unknown color: approx Tobacco Brown. HEX triplet: 70, 58 and 3F. RGB value is (112,88,63). Sum of RGB (Red+Green+Blue) = 112+88+63=263 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.59% from 263); Green value is 88 (34.77% from 255 or 33.46% from 263); Blue value is 63 (25% from 255 or 23.95% from 263); Max value from RGB is 112 - color contains mainly: red. Hex color #70583F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70583F is #8FA7C0. Grayscale: #5C5C5C. Windows color (decimal): -9414593 or 4151408. OLE color: 4151408.

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

Color convert

RGB1128863-
CMYK00.210.440.56
HSL30.61º28%34.31%-
HSV(B)30.61º43.75%43.92%-
XYZ11.0710.786.2-
YUV92.33111.45142.03-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.59%
GREEN value IS 88 (34.77% from 255) = 33.46%
BLUE value IS 63 (25% from 255) = 23.95%
R=42.59%
G=33.46%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112886300.210.440.5630.612834.31
Hex70583F0152C381f1c22
Octal160130770255470373442
Binary111000010110001111110101011011001110001111111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70583F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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