Shades of Bronze Olive #52460F
Tints of Bronze Olive #52460F
RGB
CMYK
RGB Variations
Color information
#52460F (or 0x52460F) is known color: Bronze Olive. HEX triplet: 52, 46 and 0F. RGB value is (82,70,15). Sum of RGB (Red+Green+Blue) = 82+70+15=167 (22% of max value = 765). Red value is 82 (32.42% from 255 or 49.10% from 167); Green value is 70 (27.73% from 255 or 41.92% from 167); Blue value is 15 (6.25% from 255 or 8.98% from 167); Max value from RGB is 82 - color contains mainly: red. Hex color #52460F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52460F is #ADB9F0. Grayscale: #434343. Windows color (decimal): -11385329 or 1001042. OLE color: 1001042.
HSL color Cylindrical-coordinate representation of color #52460F: hue angle of 49.25º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #52460F is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 70 | 15 | - |
| CMYK | 0 | 0.15 | 0.82 | 0.68 |
| HSL | 49.25º | 0.69% | 0.19% | - |
| HSV(B) | 49.25º | 0.82% | 0.32% | - |
| XYZ | 5.76 | 6.21 | 1.35 | - |
| YUV | 67.32 | 98.48 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 70 | 15 | 0 | 0.15 | 0.82 | 0.68 | 49.25 | 0.69 | 0.19 |
| Hex | 52 | 46 | F | 0 | F | 52 | 44 | 31 | 45 | 13 |
| Octal | 122 | 106 | 17 | 0 | 17 | 122 | 104 | 61 | 105 | 23 |
| Binary | 1010010 | 1000110 | 1111 | 0 | 1111 | 1010010 | 1000100 | 110001 | 1000101 | 10011 |
Color Harmonies of #52460F
Complementary color
Monochromatic Colors of #52460F
Black with #52460F
Text Example
Text Example
White with #52460F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52460F; }
p { color: rgb(82,70,15); }
H1.HeaderClassName
{
color: #52460F;
}
.AnyTagClassName
{
color: #52460F;
}
</style>
background-color css
<style>
a { background-color: #52460F; }
a { background-color: rgb(82,70,15); }
div.DivClassName
{
background-color: #52460F;
}
.BgClassName
{
background-color: #52460F;
}
</style>
border-color css
<style>
span { border-color: #52460F; }
span { border-color: rgb(82,70,15); }
td.TdClassName
{
border-color: #52460F;
}
.TagClassName
{
border-color: #52460F;
}
</style>