Shades of Tobacco Brown #725C40
Tints of Tobacco Brown #725C40
RGB
CMYK
RGB Variations
Color information
#725C40 (or 0x725C40) is known color: Tobacco Brown. HEX triplet: 72, 5C and 40. RGB value is (114,92,64). Sum of RGB (Red+Green+Blue) = 114+92+64=270 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.22% from 270); Green value is 92 (36.33% from 255 or 34.07% from 270); Blue value is 64 (25.39% from 255 or 23.70% from 270); Max value from RGB is 114 - color contains mainly: red. Hex color #725C40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725C40 is #8DA3BF. Grayscale: #5F5F5F. Windows color (decimal): -9282496 or 4217970. OLE color: 4217970.
HSL color Cylindrical-coordinate representation of color #725C40: hue angle of 33.6º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #725C40 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 92 | 64 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.55 |
| HSL | 33.6º | 0.28% | 0.35% | - |
| HSV(B) | 33.6º | 0.44% | 0.45% | - |
| XYZ | 11.69 | 11.6 | 6.47 | - |
| YUV | 95.39 | 110.29 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 92 | 64 | 0 | 0.19 | 0.44 | 0.55 | 33.6 | 0.28 | 0.35 |
| Hex | 72 | 5C | 40 | 0 | 13 | 2C | 37 | 22 | 1C | 23 |
| Octal | 162 | 134 | 100 | 0 | 23 | 54 | 67 | 42 | 34 | 43 |
| Binary | 1110010 | 1011100 | 1000000 | 0 | 10011 | 101100 | 110111 | 100010 | 11100 | 100011 |
Color Harmonies of #725C40
Complementary color
Monochromatic Colors of #725C40
Black with #725C40
Text Example
Text Example
White with #725C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725C40; }
p { color: rgb(114,92,64); }
H1.HeaderClassName
{
color: #725C40;
}
.AnyTagClassName
{
color: #725C40;
}
</style>
background-color css
<style>
a { background-color: #725C40; }
a { background-color: rgb(114,92,64); }
div.DivClassName
{
background-color: #725C40;
}
.BgClassName
{
background-color: #725C40;
}
</style>
border-color css
<style>
span { border-color: #725C40; }
span { border-color: rgb(114,92,64); }
td.TdClassName
{
border-color: #725C40;
}
.TagClassName
{
border-color: #725C40;
}
</style>