Shades of Bronze Olive #52490B
Tints of Bronze Olive #52490B
RGB
CMYK
RGB Variations
Color information
#52490B (or 0x52490B) is known color: Bronze Olive. HEX triplet: 52, 49 and 0B. RGB value is (82,73,11). Sum of RGB (Red+Green+Blue) = 82+73+11=166 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.40% from 166); Green value is 73 (28.91% from 255 or 43.98% from 166); Blue value is 11 (4.69% from 255 or 6.63% from 166); Max value from RGB is 82 - color contains mainly: red. Hex color #52490B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52490B is #ADB6F4. Grayscale: #444444. Windows color (decimal): -11384565 or 739666. OLE color: 739666.
HSL color Cylindrical-coordinate representation of color #52490B: hue angle of 52.39º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #52490B is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 73 | 11 | - |
| CMYK | 0 | 0.11 | 0.87 | 0.68 |
| HSL | 52.39º | 0.76% | 0.18% | - |
| HSV(B) | 52.39º | 0.87% | 0.32% | - |
| XYZ | 5.92 | 6.58 | 1.28 | - |
| YUV | 68.62 | 95.48 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 73 | 11 | 0 | 0.11 | 0.87 | 0.68 | 52.39 | 0.76 | 0.18 |
| Hex | 52 | 49 | B | 0 | B | 57 | 44 | 34 | 4C | 12 |
| Octal | 122 | 111 | 13 | 0 | 13 | 127 | 104 | 64 | 114 | 22 |
| Binary | 1010010 | 1001001 | 1011 | 0 | 1011 | 1010111 | 1000100 | 110100 | 1001100 | 10010 |
Color Harmonies of #52490B
Complementary color
Monochromatic Colors of #52490B
Black with #52490B
Text Example
Text Example
White with #52490B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52490B; }
p { color: rgb(82,73,11); }
H1.HeaderClassName
{
color: #52490B;
}
.AnyTagClassName
{
color: #52490B;
}
</style>
background-color css
<style>
a { background-color: #52490B; }
a { background-color: rgb(82,73,11); }
div.DivClassName
{
background-color: #52490B;
}
.BgClassName
{
background-color: #52490B;
}
</style>
border-color css
<style>
span { border-color: #52490B; }
span { border-color: rgb(82,73,11); }
td.TdClassName
{
border-color: #52490B;
}
.TagClassName
{
border-color: #52490B;
}
</style>