Shades of Tobacco Brown #725D44
Tints of Tobacco Brown #725D44
RGB
CMYK
RGB Variations
Color information
#725D44 (or 0x725D44) is known color: Tobacco Brown. HEX triplet: 72, 5D and 44. RGB value is (114,93,68). Sum of RGB (Red+Green+Blue) = 114+93+68=275 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.45% from 275); Green value is 93 (36.72% from 255 or 33.82% from 275); Blue value is 68 (26.95% from 255 or 24.73% from 275); Max value from RGB is 114 - color contains mainly: red. Hex color #725D44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725D44 is #8DA2BB. Grayscale: #606060. Windows color (decimal): -9282236 or 4480370. OLE color: 4480370.
HSL color Cylindrical-coordinate representation of color #725D44: hue angle of 32.61º 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 #725D44 is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 93 | 68 | - |
| CMYK | 0 | 0.18 | 0.40 | 0.55 |
| HSL | 32.61º | 0.25% | 0.36% | - |
| HSV(B) | 32.61º | 0.4% | 0.45% | - |
| XYZ | 11.9 | 11.82 | 7.12 | - |
| YUV | 96.43 | 111.96 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 93 | 68 | 0 | 0.18 | 0.40 | 0.55 | 32.61 | 0.25 | 0.36 |
| Hex | 72 | 5D | 44 | 0 | 12 | 28 | 37 | 21 | 19 | 24 |
| Octal | 162 | 135 | 104 | 0 | 22 | 50 | 67 | 41 | 31 | 44 |
| Binary | 1110010 | 1011101 | 1000100 | 0 | 10010 | 101000 | 110111 | 100001 | 11001 | 100100 |
Color Harmonies of #725D44
Complementary color
Monochromatic Colors of #725D44
Black with #725D44
Text Example
Text Example
White with #725D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725D44; }
p { color: rgb(114,93,68); }
H1.HeaderClassName
{
color: #725D44;
}
.AnyTagClassName
{
color: #725D44;
}
</style>
background-color css
<style>
a { background-color: #725D44; }
a { background-color: rgb(114,93,68); }
div.DivClassName
{
background-color: #725D44;
}
.BgClassName
{
background-color: #725D44;
}
</style>
border-color css
<style>
span { border-color: #725D44; }
span { border-color: rgb(114,93,68); }
td.TdClassName
{
border-color: #725D44;
}
.TagClassName
{
border-color: #725D44;
}
</style>