Shades of Tobacco Brown #725A44
Tints of Tobacco Brown #725A44
RGB
CMYK
RGB Variations
Color information
#725A44 (or 0x725A44) is known color: Tobacco Brown. HEX triplet: 72, 5A and 44. RGB value is (114,90,68). Sum of RGB (Red+Green+Blue) = 114+90+68=272 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.91% from 272); Green value is 90 (35.55% from 255 or 33.09% from 272); Blue value is 68 (26.95% from 255 or 25% from 272); Max value from RGB is 114 - color contains mainly: red. Hex color #725A44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725A44 is #8DA5BB. Grayscale: #5E5E5E. Windows color (decimal): -9283004 or 4479602. OLE color: 4479602.
HSL color Cylindrical-coordinate representation of color #725A44: hue angle of 28.7º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #725A44 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 90 | 68 | - |
| CMYK | 0 | 0.21 | 0.40 | 0.55 |
| HSL | 28.7º | 0.25% | 0.36% | - |
| HSV(B) | 28.7º | 0.4% | 0.45% | - |
| XYZ | 11.64 | 11.31 | 7.04 | - |
| YUV | 94.67 | 112.95 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 90 | 68 | 0 | 0.21 | 0.40 | 0.55 | 28.7 | 0.25 | 0.36 |
| Hex | 72 | 5A | 44 | 0 | 15 | 28 | 37 | 1D | 19 | 24 |
| Octal | 162 | 132 | 104 | 0 | 25 | 50 | 67 | 35 | 31 | 44 |
| Binary | 1110010 | 1011010 | 1000100 | 0 | 10101 | 101000 | 110111 | 11101 | 11001 | 100100 |
Color Harmonies of #725A44
Complementary color
Monochromatic Colors of #725A44
Black with #725A44
Text Example
Text Example
White with #725A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725A44; }
p { color: rgb(114,90,68); }
H1.HeaderClassName
{
color: #725A44;
}
.AnyTagClassName
{
color: #725A44;
}
</style>
background-color css
<style>
a { background-color: #725A44; }
a { background-color: rgb(114,90,68); }
div.DivClassName
{
background-color: #725A44;
}
.BgClassName
{
background-color: #725A44;
}
</style>
border-color css
<style>
span { border-color: #725A44; }
span { border-color: rgb(114,90,68); }
td.TdClassName
{
border-color: #725A44;
}
.TagClassName
{
border-color: #725A44;
}
</style>