#785D42

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

Shades of Tobacco Brown #785D42

Tints of Tobacco Brown #785D42

Color information

#785D42 (or 0x785D42) is unknown color: approx Tobacco Brown. HEX triplet: 78, 5D and 42. RGB value is (120,93,66). Sum of RGB (Red+Green+Blue) = 120+93+66=279 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.01% from 279); Green value is 93 (36.72% from 255 or 33.33% from 279); Blue value is 66 (26.17% from 255 or 23.66% from 279); Max value from RGB is 120 - color contains mainly: red. Hex color #785D42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785D42 is #87A2BD. Grayscale: #626262. Windows color (decimal): -8889022 or 4349304. OLE color: 4349304.

HSL color Cylindrical-coordinate representation of color #785D42: hue angle of 30º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #785D42 is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB1209366-
CMYK00.220.450.53
HSL30º29.03%36.47%-
HSV(B)30º45%47.06%-
XYZ12.6412.226.85-
YUV97.99109.95143.7-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.01%
GREEN value IS 93 (36.72% from 255) = 33.33%
BLUE value IS 66 (26.17% from 255) = 23.66%
R=43.01%
G=33.33%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120936600.220.450.533029.0336.47
Hex785D420162D351e1d24
Octal1701351020265565363544
Binary1111000101110110000100101101011011101011111011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785D42; }

 p { color: rgb(120,93,66); }

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

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

 a { background-color: rgb(120,93,66); }

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

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

 span { border-color: rgb(120,93,66); }

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