Shades of Bronze Olive #524B24
Tints of Bronze Olive #524B24
RGB
CMYK
RGB Variations
Color information
#524B24 (or 0x524B24) is known color: Bronze Olive. HEX triplet: 52, 4B and 24. RGB value is (82,75,36). Sum of RGB (Red+Green+Blue) = 82+75+36=193 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.49% from 193); Green value is 75 (29.69% from 255 or 38.86% from 193); Blue value is 36 (14.45% from 255 or 18.65% from 193); Max value from RGB is 82 - color contains mainly: red. Hex color #524B24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524B24 is #ADB4DB. Grayscale: #484848. Windows color (decimal): -11384028 or 2378578. OLE color: 2378578.
HSL color Cylindrical-coordinate representation of color #524B24: hue angle of 50.87º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #524B24 is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 75 | 36 | - |
| CMYK | 0 | 0.09 | 0.56 | 0.68 |
| HSL | 50.87º | 0.39% | 0.23% | - |
| HSV(B) | 50.87º | 0.56% | 0.32% | - |
| XYZ | 6.31 | 6.95 | 2.68 | - |
| YUV | 72.65 | 107.32 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 75 | 36 | 0 | 0.09 | 0.56 | 0.68 | 50.87 | 0.39 | 0.23 |
| Hex | 52 | 4B | 24 | 0 | 9 | 38 | 44 | 33 | 27 | 17 |
| Octal | 122 | 113 | 44 | 0 | 11 | 70 | 104 | 63 | 47 | 27 |
| Binary | 1010010 | 1001011 | 100100 | 0 | 1001 | 111000 | 1000100 | 110011 | 100111 | 10111 |
Color Harmonies of #524B24
Complementary color
Monochromatic Colors of #524B24
Black with #524B24
Text Example
Text Example
White with #524B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524B24; }
p { color: rgb(82,75,36); }
H1.HeaderClassName
{
color: #524B24;
}
.AnyTagClassName
{
color: #524B24;
}
</style>
background-color css
<style>
a { background-color: #524B24; }
a { background-color: rgb(82,75,36); }
div.DivClassName
{
background-color: #524B24;
}
.BgClassName
{
background-color: #524B24;
}
</style>
border-color css
<style>
span { border-color: #524B24; }
span { border-color: rgb(82,75,36); }
td.TdClassName
{
border-color: #524B24;
}
.TagClassName
{
border-color: #524B24;
}
</style>