Shades of Bronze Olive #52451A
Tints of Bronze Olive #52451A
RGB
CMYK
RGB Variations
Color information
#52451A (or 0x52451A) is known color: Bronze Olive. HEX triplet: 52, 45 and 1A. RGB value is (82,69,26). Sum of RGB (Red+Green+Blue) = 82+69+26=177 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.33% from 177); Green value is 69 (27.34% from 255 or 38.98% from 177); Blue value is 26 (10.55% from 255 or 14.69% from 177); Max value from RGB is 82 - color contains mainly: red. Hex color #52451A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52451A is #ADBAE5. Grayscale: #444444. Windows color (decimal): -11385574 or 1721682. OLE color: 1721682.
HSL color Cylindrical-coordinate representation of color #52451A: hue angle of 46.07º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52451A is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 69 | 26 | - |
| CMYK | 0 | 0.16 | 0.68 | 0.68 |
| HSL | 46.07º | 0.52% | 0.21% | - |
| HSV(B) | 46.07º | 0.68% | 0.32% | - |
| XYZ | 5.79 | 6.12 | 1.85 | - |
| YUV | 67.99 | 104.31 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 69 | 26 | 0 | 0.16 | 0.68 | 0.68 | 46.07 | 0.52 | 0.21 |
| Hex | 52 | 45 | 1A | 0 | 10 | 44 | 44 | 2E | 34 | 15 |
| Octal | 122 | 105 | 32 | 0 | 20 | 104 | 104 | 56 | 64 | 25 |
| Binary | 1010010 | 1000101 | 11010 | 0 | 10000 | 1000100 | 1000100 | 101110 | 110100 | 10101 |
Color Harmonies of #52451A
Complementary color
Monochromatic Colors of #52451A
Black with #52451A
Text Example
Text Example
White with #52451A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52451A; }
p { color: rgb(82,69,26); }
H1.HeaderClassName
{
color: #52451A;
}
.AnyTagClassName
{
color: #52451A;
}
</style>
background-color css
<style>
a { background-color: #52451A; }
a { background-color: rgb(82,69,26); }
div.DivClassName
{
background-color: #52451A;
}
.BgClassName
{
background-color: #52451A;
}
</style>
border-color css
<style>
span { border-color: #52451A; }
span { border-color: rgb(82,69,26); }
td.TdClassName
{
border-color: #52451A;
}
.TagClassName
{
border-color: #52451A;
}
</style>