Shades of Tobacco Brown #745C44
Tints of Tobacco Brown #745C44
RGB
CMYK
RGB Variations
Color information
#745C44 (or 0x745C44) is known color: Tobacco Brown. HEX triplet: 74, 5C and 44. RGB value is (116,92,68). Sum of RGB (Red+Green+Blue) = 116+92+68=276 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.03% from 276); Green value is 92 (36.33% from 255 or 33.33% from 276); Blue value is 68 (26.95% from 255 or 24.64% from 276); Max value from RGB is 116 - color contains mainly: red. Hex color #745C44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745C44 is #8BA3BB. Grayscale: #606060. Windows color (decimal): -9151420 or 4480116. OLE color: 4480116.
HSL color Cylindrical-coordinate representation of color #745C44: hue angle of 30º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #745C44 is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 92 | 68 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.55 |
| HSL | 30º | 0.26% | 0.36% | - |
| HSV(B) | 30º | 0.41% | 0.45% | - |
| XYZ | 12.07 | 11.78 | 7.11 | - |
| YUV | 96.44 | 111.95 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 92 | 68 | 0 | 0.21 | 0.41 | 0.55 | 30 | 0.26 | 0.36 |
| Hex | 74 | 5C | 44 | 0 | 15 | 29 | 37 | 1E | 1A | 24 |
| Octal | 164 | 134 | 104 | 0 | 25 | 51 | 67 | 36 | 32 | 44 |
| Binary | 1110100 | 1011100 | 1000100 | 0 | 10101 | 101001 | 110111 | 11110 | 11010 | 100100 |
Color Harmonies of #745C44
Complementary color
Monochromatic Colors of #745C44
Black with #745C44
Text Example
Text Example
White with #745C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745C44; }
p { color: rgb(116,92,68); }
H1.HeaderClassName
{
color: #745C44;
}
.AnyTagClassName
{
color: #745C44;
}
</style>
background-color css
<style>
a { background-color: #745C44; }
a { background-color: rgb(116,92,68); }
div.DivClassName
{
background-color: #745C44;
}
.BgClassName
{
background-color: #745C44;
}
</style>
border-color css
<style>
span { border-color: #745C44; }
span { border-color: rgb(116,92,68); }
td.TdClassName
{
border-color: #745C44;
}
.TagClassName
{
border-color: #745C44;
}
</style>