#785F45

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

Shades of Tobacco Brown #785F45

Tints of Tobacco Brown #785F45

Color information

#785F45 (or 0x785F45) is unknown color: approx Tobacco Brown. HEX triplet: 78, 5F and 45. RGB value is (120,95,69). Sum of RGB (Red+Green+Blue) = 120+95+69=284 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.25% from 284); Green value is 95 (37.5% from 255 or 33.45% from 284); Blue value is 69 (27.34% from 255 or 24.30% from 284); Max value from RGB is 120 - color contains mainly: red. Hex color #785F45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785F45 is #87A0BA. Grayscale: #636363. Windows color (decimal): -8888507 or 4546424. OLE color: 4546424.

HSL color Cylindrical-coordinate representation of color #785F45: hue angle of 30.59º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #785F45 is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB1209569-
CMYK00.210.420.53
HSL30.59º26.98%37.06%-
HSV(B)30.59º42.5%47.06%-
XYZ12.9112.617.38-
YUV99.51110.78142.61-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.25%
GREEN value IS 95 (37.5% from 255) = 33.45%
BLUE value IS 69 (27.34% from 255) = 24.30%
R=42.25%
G=33.45%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120956900.210.420.5330.5926.9837.06
Hex785F450152A351f1b25
Octal1701371050255265373345
Binary1111000101111110001010101011010101101011111111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,95,69); }

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

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

 a { background-color: rgb(120,95,69); }

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

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

 span { border-color: rgb(120,95,69); }

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