Shades of Bronze Olive #52461D
Tints of Bronze Olive #52461D
RGB
CMYK
RGB Variations
Color information
#52461D (or 0x52461D) is known color: Bronze Olive. HEX triplet: 52, 46 and 1D. RGB value is (82,70,29). Sum of RGB (Red+Green+Blue) = 82+70+29=181 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.30% from 181); Green value is 70 (27.73% from 255 or 38.67% from 181); Blue value is 29 (11.72% from 255 or 16.02% from 181); Max value from RGB is 82 - color contains mainly: red. Hex color #52461D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52461D is #ADB9E2. Grayscale: #454545. Windows color (decimal): -11385315 or 1918546. OLE color: 1918546.
HSL color Cylindrical-coordinate representation of color #52461D: hue angle of 46.42º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52461D is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 70 | 29 | - |
| CMYK | 0 | 0.15 | 0.65 | 0.68 |
| HSL | 46.42º | 0.48% | 0.22% | - |
| HSV(B) | 46.42º | 0.65% | 0.32% | - |
| XYZ | 5.89 | 6.26 | 2.06 | - |
| YUV | 68.91 | 105.48 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 70 | 29 | 0 | 0.15 | 0.65 | 0.68 | 46.42 | 0.48 | 0.22 |
| Hex | 52 | 46 | 1D | 0 | F | 41 | 44 | 2E | 30 | 16 |
| Octal | 122 | 106 | 35 | 0 | 17 | 101 | 104 | 56 | 60 | 26 |
| Binary | 1010010 | 1000110 | 11101 | 0 | 1111 | 1000001 | 1000100 | 101110 | 110000 | 10110 |
Color Harmonies of #52461D
Complementary color
Monochromatic Colors of #52461D
Black with #52461D
Text Example
Text Example
White with #52461D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52461D; }
p { color: rgb(82,70,29); }
H1.HeaderClassName
{
color: #52461D;
}
.AnyTagClassName
{
color: #52461D;
}
</style>
background-color css
<style>
a { background-color: #52461D; }
a { background-color: rgb(82,70,29); }
div.DivClassName
{
background-color: #52461D;
}
.BgClassName
{
background-color: #52461D;
}
</style>
border-color css
<style>
span { border-color: #52461D; }
span { border-color: rgb(82,70,29); }
td.TdClassName
{
border-color: #52461D;
}
.TagClassName
{
border-color: #52461D;
}
</style>