Shades of Tobacco Brown #74593F
Tints of Tobacco Brown #74593F
RGB
CMYK
RGB Variations
Color information
#74593F (or 0x74593F) is known color: Tobacco Brown. HEX triplet: 74, 59 and 3F. RGB value is (116,89,63). Sum of RGB (Red+Green+Blue) = 116+89+63=268 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.28% from 268); Green value is 89 (35.16% from 255 or 33.21% from 268); Blue value is 63 (25% from 255 or 23.51% from 268); Max value from RGB is 116 - color contains mainly: red. Hex color #74593F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74593F is #8BA6C0. Grayscale: #5E5E5E. Windows color (decimal): -9152193 or 4151668. OLE color: 4151668.
HSL color Cylindrical-coordinate representation of color #74593F: hue angle of 29.43º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #74593F is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 89 | 63 | - |
| CMYK | 0 | 0.23 | 0.46 | 0.55 |
| HSL | 29.43º | 0.3% | 0.35% | - |
| HSV(B) | 29.43º | 0.46% | 0.45% | - |
| XYZ | 11.67 | 11.22 | 6.25 | - |
| YUV | 94.11 | 110.45 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 89 | 63 | 0 | 0.23 | 0.46 | 0.55 | 29.43 | 0.3 | 0.35 |
| Hex | 74 | 59 | 3F | 0 | 17 | 2E | 37 | 1D | 1E | 23 |
| Octal | 164 | 131 | 77 | 0 | 27 | 56 | 67 | 35 | 36 | 43 |
| Binary | 1110100 | 1011001 | 111111 | 0 | 10111 | 101110 | 110111 | 11101 | 11110 | 100011 |
Color Harmonies of #74593F
Complementary color
Monochromatic Colors of #74593F
Black with #74593F
Text Example
Text Example
White with #74593F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74593F; }
p { color: rgb(116,89,63); }
H1.HeaderClassName
{
color: #74593F;
}
.AnyTagClassName
{
color: #74593F;
}
</style>
background-color css
<style>
a { background-color: #74593F; }
a { background-color: rgb(116,89,63); }
div.DivClassName
{
background-color: #74593F;
}
.BgClassName
{
background-color: #74593F;
}
</style>
border-color css
<style>
span { border-color: #74593F; }
span { border-color: rgb(116,89,63); }
td.TdClassName
{
border-color: #74593F;
}
.TagClassName
{
border-color: #74593F;
}
</style>