Shades of Tobacco Brown #72573D
Tints of Tobacco Brown #72573D
RGB
CMYK
RGB Variations
Color information
#72573D (or 0x72573D) is known color: Tobacco Brown. HEX triplet: 72, 57 and 3D. RGB value is (114,87,61). Sum of RGB (Red+Green+Blue) = 114+87+61=262 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.51% from 262); Green value is 87 (34.38% from 255 or 33.21% from 262); Blue value is 61 (24.22% from 255 or 23.28% from 262); Max value from RGB is 114 - color contains mainly: red. Hex color #72573D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72573D is #8DA8C2. Grayscale: #5C5C5C. Windows color (decimal): -9283779 or 4020082. OLE color: 4020082.
HSL color Cylindrical-coordinate representation of color #72573D: hue angle of 29.43º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #72573D is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 87 | 61 | - |
| CMYK | 0 | 0.24 | 0.46 | 0.55 |
| HSL | 29.43º | 0.3% | 0.34% | - |
| HSV(B) | 29.43º | 0.46% | 0.45% | - |
| XYZ | 11.19 | 10.73 | 5.9 | - |
| YUV | 92.11 | 110.45 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 87 | 61 | 0 | 0.24 | 0.46 | 0.55 | 29.43 | 0.3 | 0.34 |
| Hex | 72 | 57 | 3D | 0 | 18 | 2E | 37 | 1D | 1E | 22 |
| Octal | 162 | 127 | 75 | 0 | 30 | 56 | 67 | 35 | 36 | 42 |
| Binary | 1110010 | 1010111 | 111101 | 0 | 11000 | 101110 | 110111 | 11101 | 11110 | 100010 |
Color Harmonies of #72573D
Complementary color
Monochromatic Colors of #72573D
Black with #72573D
Text Example
Text Example
White with #72573D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72573D; }
p { color: rgb(114,87,61); }
H1.HeaderClassName
{
color: #72573D;
}
.AnyTagClassName
{
color: #72573D;
}
</style>
background-color css
<style>
a { background-color: #72573D; }
a { background-color: rgb(114,87,61); }
div.DivClassName
{
background-color: #72573D;
}
.BgClassName
{
background-color: #72573D;
}
</style>
border-color css
<style>
span { border-color: #72573D; }
span { border-color: rgb(114,87,61); }
td.TdClassName
{
border-color: #72573D;
}
.TagClassName
{
border-color: #72573D;
}
</style>