#705942

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

Shades of Tobacco Brown #705942

Tints of Tobacco Brown #705942

Color information

#705942 (or 0x705942) is unknown color: approx Tobacco Brown. HEX triplet: 70, 59 and 42. RGB value is (112,89,66). Sum of RGB (Red+Green+Blue) = 112+89+66=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 89 (35.16% from 255 or 33.33% from 267); Blue value is 66 (26.17% from 255 or 24.72% from 267); Max value from RGB is 112 - color contains mainly: red. Hex color #705942 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705942 is #8FA6BD. Grayscale: #5D5D5D. Windows color (decimal): -9414334 or 4348272. OLE color: 4348272.

HSL color Cylindrical-coordinate representation of color #705942: hue angle of 30º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #705942 is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB1128966-
CMYK00.210.410.56
HSL30º25.84%34.9%-
HSV(B)30º41.07%43.92%-
XYZ11.2410.986.68-
YUV93.26112.62141.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.95%
GREEN value IS 89 (35.16% from 255) = 33.33%
BLUE value IS 66 (26.17% from 255) = 24.72%
R=41.95%
G=33.33%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112896600.210.410.563025.8434.9
Hex70594201529381e1a23
Octal1601311020255170363243
Binary1110000101100110000100101011010011110001111011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705942; }

 p { color: rgb(112,89,66); }

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

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

 a { background-color: rgb(112,89,66); }

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

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

 span { border-color: rgb(112,89,66); }

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