Shades of Tobacco Brown #725A3F
Tints of Tobacco Brown #725A3F
RGB
CMYK
RGB Variations
Color information
#725A3F (or 0x725A3F) is known color: Tobacco Brown. HEX triplet: 72, 5A and 3F. RGB value is (114,90,63). Sum of RGB (Red+Green+Blue) = 114+90+63=267 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.70% from 267); Green value is 90 (35.55% from 255 or 33.71% from 267); Blue value is 63 (25% from 255 or 23.60% from 267); Max value from RGB is 114 - color contains mainly: red. Hex color #725A3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725A3F is #8DA5C0. Grayscale: #5E5E5E. Windows color (decimal): -9283009 or 4151922. OLE color: 4151922.
HSL color Cylindrical-coordinate representation of color #725A3F: hue angle of 31.76º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #725A3F is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 90 | 63 | - |
| CMYK | 0 | 0.21 | 0.45 | 0.55 |
| HSL | 31.76º | 0.29% | 0.35% | - |
| HSV(B) | 31.76º | 0.45% | 0.45% | - |
| XYZ | 11.49 | 11.25 | 6.27 | - |
| YUV | 94.1 | 110.45 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 90 | 63 | 0 | 0.21 | 0.45 | 0.55 | 31.76 | 0.29 | 0.35 |
| Hex | 72 | 5A | 3F | 0 | 15 | 2D | 37 | 20 | 1D | 23 |
| Octal | 162 | 132 | 77 | 0 | 25 | 55 | 67 | 40 | 35 | 43 |
| Binary | 1110010 | 1011010 | 111111 | 0 | 10101 | 101101 | 110111 | 100000 | 11101 | 100011 |
Color Harmonies of #725A3F
Complementary color
Monochromatic Colors of #725A3F
Black with #725A3F
Text Example
Text Example
White with #725A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725A3F; }
p { color: rgb(114,90,63); }
H1.HeaderClassName
{
color: #725A3F;
}
.AnyTagClassName
{
color: #725A3F;
}
</style>
background-color css
<style>
a { background-color: #725A3F; }
a { background-color: rgb(114,90,63); }
div.DivClassName
{
background-color: #725A3F;
}
.BgClassName
{
background-color: #725A3F;
}
</style>
border-color css
<style>
span { border-color: #725A3F; }
span { border-color: rgb(114,90,63); }
td.TdClassName
{
border-color: #725A3F;
}
.TagClassName
{
border-color: #725A3F;
}
</style>