Shades of Bronze Olive #524B15
Tints of Bronze Olive #524B15
RGB
CMYK
RGB Variations
Color information
#524B15 (or 0x524B15) is known color: Bronze Olive. HEX triplet: 52, 4B and 15. RGB value is (82,75,21). Sum of RGB (Red+Green+Blue) = 82+75+21=178 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.07% from 178); Green value is 75 (29.69% from 255 or 42.13% from 178); Blue value is 21 (8.59% from 255 or 11.80% from 178); Max value from RGB is 82 - color contains mainly: red. Hex color #524B15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524B15 is #ADB4EA. Grayscale: #474747. Windows color (decimal): -11384043 or 1395538. OLE color: 1395538.
HSL color Cylindrical-coordinate representation of color #524B15: hue angle of 53.11º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #524B15 is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 75 | 21 | - |
| CMYK | 0 | 0.09 | 0.74 | 0.68 |
| HSL | 53.11º | 0.59% | 0.2% | - |
| HSV(B) | 53.11º | 0.74% | 0.32% | - |
| XYZ | 6.13 | 6.88 | 1.71 | - |
| YUV | 70.94 | 99.82 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 75 | 21 | 0 | 0.09 | 0.74 | 0.68 | 53.11 | 0.59 | 0.2 |
| Hex | 52 | 4B | 15 | 0 | 9 | 4A | 44 | 35 | 3B | 14 |
| Octal | 122 | 113 | 25 | 0 | 11 | 112 | 104 | 65 | 73 | 24 |
| Binary | 1010010 | 1001011 | 10101 | 0 | 1001 | 1001010 | 1000100 | 110101 | 111011 | 10100 |
Color Harmonies of #524B15
Complementary color
Monochromatic Colors of #524B15
Black with #524B15
Text Example
Text Example
White with #524B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524B15; }
p { color: rgb(82,75,21); }
H1.HeaderClassName
{
color: #524B15;
}
.AnyTagClassName
{
color: #524B15;
}
</style>
background-color css
<style>
a { background-color: #524B15; }
a { background-color: rgb(82,75,21); }
div.DivClassName
{
background-color: #524B15;
}
.BgClassName
{
background-color: #524B15;
}
</style>
border-color css
<style>
span { border-color: #524B15; }
span { border-color: rgb(82,75,21); }
td.TdClassName
{
border-color: #524B15;
}
.TagClassName
{
border-color: #524B15;
}
</style>