Shades of Tobacco Brown #725C46
Tints of Tobacco Brown #725C46
RGB
CMYK
RGB Variations
Color information
#725C46 (or 0x725C46) is known color: Tobacco Brown. HEX triplet: 72, 5C and 46. RGB value is (114,92,70). Sum of RGB (Red+Green+Blue) = 114+92+70=276 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.30% from 276); Green value is 92 (36.33% from 255 or 33.33% from 276); Blue value is 70 (27.73% from 255 or 25.36% from 276); Max value from RGB is 114 - color contains mainly: red. Hex color #725C46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725C46 is #8DA3B9. Grayscale: #606060. Windows color (decimal): -9282490 or 4611186. OLE color: 4611186.
HSL color Cylindrical-coordinate representation of color #725C46: hue angle of 30º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #725C46 is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 92 | 70 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.55 |
| HSL | 30º | 0.24% | 0.36% | - |
| HSV(B) | 30º | 0.39% | 0.45% | - |
| XYZ | 11.87 | 11.67 | 7.42 | - |
| YUV | 96.07 | 113.29 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 92 | 70 | 0 | 0.19 | 0.39 | 0.55 | 30 | 0.24 | 0.36 |
| Hex | 72 | 5C | 46 | 0 | 13 | 27 | 37 | 1E | 18 | 24 |
| Octal | 162 | 134 | 106 | 0 | 23 | 47 | 67 | 36 | 30 | 44 |
| Binary | 1110010 | 1011100 | 1000110 | 0 | 10011 | 100111 | 110111 | 11110 | 11000 | 100100 |
Color Harmonies of #725C46
Complementary color
Monochromatic Colors of #725C46
Black with #725C46
Text Example
Text Example
White with #725C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725C46; }
p { color: rgb(114,92,70); }
H1.HeaderClassName
{
color: #725C46;
}
.AnyTagClassName
{
color: #725C46;
}
</style>
background-color css
<style>
a { background-color: #725C46; }
a { background-color: rgb(114,92,70); }
div.DivClassName
{
background-color: #725C46;
}
.BgClassName
{
background-color: #725C46;
}
</style>
border-color css
<style>
span { border-color: #725C46; }
span { border-color: rgb(114,92,70); }
td.TdClassName
{
border-color: #725C46;
}
.TagClassName
{
border-color: #725C46;
}
</style>