Shades of Bronzetone #48502A
Tints of Bronzetone #48502A
RGB
CMYK
RGB Variations
Color information
#48502A (or 0x48502A) is known color: Bronzetone. HEX triplet: 48, 50 and 2A. RGB value is (72,80,42). Sum of RGB (Red+Green+Blue) = 72+80+42=194 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.11% from 194); Green value is 80 (31.64% from 255 or 41.24% from 194); Blue value is 42 (16.80% from 255 or 21.65% from 194); Max value from RGB is 80 - color contains mainly: green. Hex color #48502A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48502A is #B7AFD5. Grayscale: #494949. Windows color (decimal): -12038102 or 2773064. OLE color: 2773064.
HSL color Cylindrical-coordinate representation of color #48502A: hue angle of 72.63º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #48502A is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 72 | 80 | 42 | - |
| CMYK | 0.10 | 0 | 0.48 | 0.69 |
| HSL | 72.63º | 0.31% | 0.24% | - |
| HSV(B) | 72.63º | 0.48% | 0.31% | - |
| XYZ | 5.96 | 7.28 | 3.28 | - |
| YUV | 73.28 | 110.35 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 80 | 42 | 0.10 | 0 | 0.48 | 0.69 | 72.63 | 0.31 | 0.24 |
| Hex | 48 | 50 | 2A | A | 0 | 30 | 45 | 49 | 1F | 18 |
| Octal | 110 | 120 | 52 | 12 | 0 | 60 | 105 | 111 | 37 | 30 |
| Binary | 1001000 | 1010000 | 101010 | 1010 | 0 | 110000 | 1000101 | 1001001 | 11111 | 11000 |
Color Harmonies of #48502A
Complementary color
Monochromatic Colors of #48502A
Black with #48502A
Text Example
Text Example
White with #48502A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48502A; }
p { color: rgb(72,80,42); }
H1.HeaderClassName
{
color: #48502A;
}
.AnyTagClassName
{
color: #48502A;
}
</style>
background-color css
<style>
a { background-color: #48502A; }
a { background-color: rgb(72,80,42); }
div.DivClassName
{
background-color: #48502A;
}
.BgClassName
{
background-color: #48502A;
}
</style>
border-color css
<style>
span { border-color: #48502A; }
span { border-color: rgb(72,80,42); }
td.TdClassName
{
border-color: #48502A;
}
.TagClassName
{
border-color: #48502A;
}
</style>