Shades of Bronzetone #485226
Tints of Bronzetone #485226
RGB
CMYK
RGB Variations
Color information
#485226 (or 0x485226) is known color: Bronzetone. HEX triplet: 48, 52 and 26. RGB value is (72,82,38). Sum of RGB (Red+Green+Blue) = 72+82+38=192 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.5% from 192); Green value is 82 (32.42% from 255 or 42.71% from 192); Blue value is 38 (15.23% from 255 or 19.79% from 192); Max value from RGB is 82 - color contains mainly: green. Hex color #485226 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485226 is #B7ADD9. Grayscale: #4A4A4A. Windows color (decimal): -12037594 or 2511432. OLE color: 2511432.
HSL color Cylindrical-coordinate representation of color #485226: hue angle of 73.64º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #485226 is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 72 | 82 | 38 | - |
| CMYK | 0.12 | 0 | 0.54 | 0.68 |
| HSL | 73.64º | 0.37% | 0.24% | - |
| HSV(B) | 73.64º | 0.54% | 0.32% | - |
| XYZ | 6.04 | 7.55 | 2.97 | - |
| YUV | 73.99 | 107.69 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 82 | 38 | 0.12 | 0 | 0.54 | 0.68 | 73.64 | 0.37 | 0.24 |
| Hex | 48 | 52 | 26 | C | 0 | 36 | 44 | 4A | 25 | 18 |
| Octal | 110 | 122 | 46 | 14 | 0 | 66 | 104 | 112 | 45 | 30 |
| Binary | 1001000 | 1010010 | 100110 | 1100 | 0 | 110110 | 1000100 | 1001010 | 100101 | 11000 |
Color Harmonies of #485226
Complementary color
Monochromatic Colors of #485226
Black with #485226
Text Example
Text Example
White with #485226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485226; }
p { color: rgb(72,82,38); }
H1.HeaderClassName
{
color: #485226;
}
.AnyTagClassName
{
color: #485226;
}
</style>
background-color css
<style>
a { background-color: #485226; }
a { background-color: rgb(72,82,38); }
div.DivClassName
{
background-color: #485226;
}
.BgClassName
{
background-color: #485226;
}
</style>
border-color css
<style>
span { border-color: #485226; }
span { border-color: rgb(72,82,38); }
td.TdClassName
{
border-color: #485226;
}
.TagClassName
{
border-color: #485226;
}
</style>