Shades of Bronze Olive #52470B
Tints of Bronze Olive #52470B
RGB
CMYK
RGB Variations
Color information
#52470B (or 0x52470B) is known color: Bronze Olive. HEX triplet: 52, 47 and 0B. RGB value is (82,71,11). Sum of RGB (Red+Green+Blue) = 82+71+11=164 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50% from 164); Green value is 71 (28.12% from 255 or 43.29% from 164); Blue value is 11 (4.69% from 255 or 6.71% from 164); Max value from RGB is 82 - color contains mainly: red. Hex color #52470B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52470B is #ADB8F4. Grayscale: #434343. Windows color (decimal): -11385077 or 739154. OLE color: 739154.
HSL color Cylindrical-coordinate representation of color #52470B: hue angle of 50.7º 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 #52470B is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 71 | 11 | - |
| CMYK | 0 | 0.13 | 0.87 | 0.68 |
| HSL | 50.7º | 0.76% | 0.18% | - |
| HSV(B) | 50.7º | 0.87% | 0.32% | - |
| XYZ | 5.79 | 6.32 | 1.23 | - |
| YUV | 67.45 | 96.14 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 71 | 11 | 0 | 0.13 | 0.87 | 0.68 | 50.7 | 0.76 | 0.18 |
| Hex | 52 | 47 | B | 0 | D | 57 | 44 | 33 | 4C | 12 |
| Octal | 122 | 107 | 13 | 0 | 15 | 127 | 104 | 63 | 114 | 22 |
| Binary | 1010010 | 1000111 | 1011 | 0 | 1101 | 1010111 | 1000100 | 110011 | 1001100 | 10010 |
Color Harmonies of #52470B
Complementary color
Monochromatic Colors of #52470B
Black with #52470B
Text Example
Text Example
White with #52470B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52470B; }
p { color: rgb(82,71,11); }
H1.HeaderClassName
{
color: #52470B;
}
.AnyTagClassName
{
color: #52470B;
}
</style>
background-color css
<style>
a { background-color: #52470B; }
a { background-color: rgb(82,71,11); }
div.DivClassName
{
background-color: #52470B;
}
.BgClassName
{
background-color: #52470B;
}
</style>
border-color css
<style>
span { border-color: #52470B; }
span { border-color: rgb(82,71,11); }
td.TdClassName
{
border-color: #52470B;
}
.TagClassName
{
border-color: #52470B;
}
</style>