#785B42

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

Shades of Tobacco Brown #785B42

Tints of Tobacco Brown #785B42

Color information

#785B42 (or 0x785B42) is unknown color: approx Tobacco Brown. HEX triplet: 78, 5B and 42. RGB value is (120,91,66). Sum of RGB (Red+Green+Blue) = 120+91+66=277 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.32% from 277); Green value is 91 (35.94% from 255 or 32.85% from 277); Blue value is 66 (26.17% from 255 or 23.83% from 277); Max value from RGB is 120 - color contains mainly: red. Hex color #785B42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785B42 is #87A4BD. Grayscale: #606060. Windows color (decimal): -8889534 or 4348792. OLE color: 4348792.

HSL color Cylindrical-coordinate representation of color #785B42: hue angle of 27.78º 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 #785B42 is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB1209166-
CMYK00.240.450.53
HSL27.78º29.03%36.47%-
HSV(B)27.78º45%47.06%-
XYZ12.4711.876.79-
YUV96.82110.61144.53-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.32%
GREEN value IS 91 (35.94% from 255) = 32.85%
BLUE value IS 66 (26.17% from 255) = 23.83%
R=43.32%
G=32.85%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120916600.240.450.5327.7829.0336.47
Hex785B420182D351c1d24
Octal1701331020305565343544
Binary1111000101101110000100110001011011101011110011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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