Shades of Bronzetone #48502D
Tints of Bronzetone #48502D
RGB
CMYK
RGB Variations
Color information
#48502D (or 0x48502D) is known color: Bronzetone. HEX triplet: 48, 50 and 2D. RGB value is (72,80,45). Sum of RGB (Red+Green+Blue) = 72+80+45=197 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.55% from 197); Green value is 80 (31.64% from 255 or 40.61% from 197); Blue value is 45 (17.97% from 255 or 22.84% from 197); Max value from RGB is 80 - color contains mainly: green. Hex color #48502D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48502D is #B7AFD2. Grayscale: #494949. Windows color (decimal): -12038099 or 2969672. OLE color: 2969672.
HSL color Cylindrical-coordinate representation of color #48502D: hue angle of 73.71º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #48502D is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 72 | 80 | 45 | - |
| CMYK | 0.10 | 0 | 0.44 | 0.69 |
| HSL | 73.71º | 0.28% | 0.25% | - |
| HSV(B) | 73.71º | 0.44% | 0.31% | - |
| XYZ | 6.01 | 7.3 | 3.58 | - |
| YUV | 73.62 | 111.85 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 80 | 45 | 0.10 | 0 | 0.44 | 0.69 | 73.71 | 0.28 | 0.25 |
| Hex | 48 | 50 | 2D | A | 0 | 2C | 45 | 4A | 1C | 19 |
| Octal | 110 | 120 | 55 | 12 | 0 | 54 | 105 | 112 | 34 | 31 |
| Binary | 1001000 | 1010000 | 101101 | 1010 | 0 | 101100 | 1000101 | 1001010 | 11100 | 11001 |
Color Harmonies of #48502D
Complementary color
Monochromatic Colors of #48502D
Black with #48502D
Text Example
Text Example
White with #48502D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48502D; }
p { color: rgb(72,80,45); }
H1.HeaderClassName
{
color: #48502D;
}
.AnyTagClassName
{
color: #48502D;
}
</style>
background-color css
<style>
a { background-color: #48502D; }
a { background-color: rgb(72,80,45); }
div.DivClassName
{
background-color: #48502D;
}
.BgClassName
{
background-color: #48502D;
}
</style>
border-color css
<style>
span { border-color: #48502D; }
span { border-color: rgb(72,80,45); }
td.TdClassName
{
border-color: #48502D;
}
.TagClassName
{
border-color: #48502D;
}
</style>