Shades of Bronzetone #485428
Tints of Bronzetone #485428
RGB
CMYK
RGB Variations
Color information
#485428 (or 0x485428) is known color: Bronzetone. HEX triplet: 48, 54 and 28. RGB value is (72,84,40). Sum of RGB (Red+Green+Blue) = 72+84+40=196 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.73% from 196); Green value is 84 (33.20% from 255 or 42.86% from 196); Blue value is 40 (16.02% from 255 or 20.41% from 196); Max value from RGB is 84 - color contains mainly: green. Hex color #485428 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485428 is #B7ABD7. Grayscale: #4B4B4B. Windows color (decimal): -12037080 or 2643016. OLE color: 2643016.
HSL color Cylindrical-coordinate representation of color #485428: hue angle of 76.36º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #485428 is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 84 | 40 | - |
| CMYK | 0.14 | 0 | 0.52 | 0.67 |
| HSL | 76.36º | 0.35% | 0.24% | - |
| HSV(B) | 76.36º | 0.52% | 0.33% | - |
| XYZ | 6.23 | 7.87 | 3.2 | - |
| YUV | 75.4 | 108.02 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 84 | 40 | 0.14 | 0 | 0.52 | 0.67 | 76.36 | 0.35 | 0.24 |
| Hex | 48 | 54 | 28 | E | 0 | 34 | 43 | 4C | 23 | 18 |
| Octal | 110 | 124 | 50 | 16 | 0 | 64 | 103 | 114 | 43 | 30 |
| Binary | 1001000 | 1010100 | 101000 | 1110 | 0 | 110100 | 1000011 | 1001100 | 100011 | 11000 |
Color Harmonies of #485428
Complementary color
Monochromatic Colors of #485428
Black with #485428
Text Example
Text Example
White with #485428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485428; }
p { color: rgb(72,84,40); }
H1.HeaderClassName
{
color: #485428;
}
.AnyTagClassName
{
color: #485428;
}
</style>
background-color css
<style>
a { background-color: #485428; }
a { background-color: rgb(72,84,40); }
div.DivClassName
{
background-color: #485428;
}
.BgClassName
{
background-color: #485428;
}
</style>
border-color css
<style>
span { border-color: #485428; }
span { border-color: rgb(72,84,40); }
td.TdClassName
{
border-color: #485428;
}
.TagClassName
{
border-color: #485428;
}
</style>