Shades of Bronze Olive #52451B
Tints of Bronze Olive #52451B
RGB
CMYK
RGB Variations
Color information
#52451B (or 0x52451B) is known color: Bronze Olive. HEX triplet: 52, 45 and 1B. RGB value is (82,69,27). Sum of RGB (Red+Green+Blue) = 82+69+27=178 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.07% from 178); Green value is 69 (27.34% from 255 or 38.76% from 178); Blue value is 27 (10.94% from 255 or 15.17% from 178); Max value from RGB is 82 - color contains mainly: red. Hex color #52451B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52451B is #ADBAE4. Grayscale: #444444. Windows color (decimal): -11385573 or 1787218. OLE color: 1787218.
HSL color Cylindrical-coordinate representation of color #52451B: hue angle of 45.82º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52451B is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 69 | 27 | - |
| CMYK | 0 | 0.16 | 0.67 | 0.68 |
| HSL | 45.82º | 0.5% | 0.21% | - |
| HSV(B) | 45.82º | 0.67% | 0.32% | - |
| XYZ | 5.81 | 6.13 | 1.91 | - |
| YUV | 68.1 | 104.81 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 69 | 27 | 0 | 0.16 | 0.67 | 0.68 | 45.82 | 0.5 | 0.21 |
| Hex | 52 | 45 | 1B | 0 | 10 | 43 | 44 | 2E | 32 | 15 |
| Octal | 122 | 105 | 33 | 0 | 20 | 103 | 104 | 56 | 62 | 25 |
| Binary | 1010010 | 1000101 | 11011 | 0 | 10000 | 1000011 | 1000100 | 101110 | 110010 | 10101 |
Color Harmonies of #52451B
Complementary color
Monochromatic Colors of #52451B
Black with #52451B
Text Example
Text Example
White with #52451B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52451B; }
p { color: rgb(82,69,27); }
H1.HeaderClassName
{
color: #52451B;
}
.AnyTagClassName
{
color: #52451B;
}
</style>
background-color css
<style>
a { background-color: #52451B; }
a { background-color: rgb(82,69,27); }
div.DivClassName
{
background-color: #52451B;
}
.BgClassName
{
background-color: #52451B;
}
</style>
border-color css
<style>
span { border-color: #52451B; }
span { border-color: rgb(82,69,27); }
td.TdClassName
{
border-color: #52451B;
}
.TagClassName
{
border-color: #52451B;
}
</style>