Shades of Bronze Olive #52461E
Tints of Bronze Olive #52461E
RGB
CMYK
RGB Variations
Color information
#52461E (or 0x52461E) is known color: Bronze Olive. HEX triplet: 52, 46 and 1E. RGB value is (82,70,30). Sum of RGB (Red+Green+Blue) = 82+70+30=182 (24% of max value = 765). Red value is 82 (32.42% from 255 or 45.05% from 182); Green value is 70 (27.73% from 255 or 38.46% from 182); Blue value is 30 (12.11% from 255 or 16.48% from 182); Max value from RGB is 82 - color contains mainly: red. Hex color #52461E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52461E is #ADB9E1. Grayscale: #454545. Windows color (decimal): -11385314 or 1984082. OLE color: 1984082.
HSL color Cylindrical-coordinate representation of color #52461E: hue angle of 46.15º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52461E is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 70 | 30 | - |
| CMYK | 0 | 0.15 | 0.63 | 0.68 |
| HSL | 46.15º | 0.46% | 0.22% | - |
| HSV(B) | 46.15º | 0.63% | 0.32% | - |
| XYZ | 5.9 | 6.27 | 2.13 | - |
| YUV | 69.03 | 105.98 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 70 | 30 | 0 | 0.15 | 0.63 | 0.68 | 46.15 | 0.46 | 0.22 |
| Hex | 52 | 46 | 1E | 0 | F | 3F | 44 | 2E | 2E | 16 |
| Octal | 122 | 106 | 36 | 0 | 17 | 77 | 104 | 56 | 56 | 26 |
| Binary | 1010010 | 1000110 | 11110 | 0 | 1111 | 111111 | 1000100 | 101110 | 101110 | 10110 |
Color Harmonies of #52461E
Complementary color
Monochromatic Colors of #52461E
Black with #52461E
Text Example
Text Example
White with #52461E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52461E; }
p { color: rgb(82,70,30); }
H1.HeaderClassName
{
color: #52461E;
}
.AnyTagClassName
{
color: #52461E;
}
</style>
background-color css
<style>
a { background-color: #52461E; }
a { background-color: rgb(82,70,30); }
div.DivClassName
{
background-color: #52461E;
}
.BgClassName
{
background-color: #52461E;
}
</style>
border-color css
<style>
span { border-color: #52461E; }
span { border-color: rgb(82,70,30); }
td.TdClassName
{
border-color: #52461E;
}
.TagClassName
{
border-color: #52461E;
}
</style>