Shades of Bronze Olive #524B10
Tints of Bronze Olive #524B10
RGB
CMYK
RGB Variations
Color information
#524B10 (or 0x524B10) is known color: Bronze Olive. HEX triplet: 52, 4B and 10. RGB value is (82,75,16). Sum of RGB (Red+Green+Blue) = 82+75+16=173 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.40% from 173); Green value is 75 (29.69% from 255 or 43.35% from 173); Blue value is 16 (6.64% from 255 or 9.25% from 173); Max value from RGB is 82 - color contains mainly: red. Hex color #524B10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524B10 is #ADB4EF. Grayscale: #464646. Windows color (decimal): -11384048 or 1067858. OLE color: 1067858.
HSL color Cylindrical-coordinate representation of color #524B10: hue angle of 53.64º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #524B10 is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 75 | 16 | - |
| CMYK | 0 | 0.09 | 0.80 | 0.68 |
| HSL | 53.64º | 0.67% | 0.19% | - |
| HSV(B) | 53.64º | 0.8% | 0.32% | - |
| XYZ | 6.09 | 6.86 | 1.49 | - |
| YUV | 70.37 | 97.32 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 75 | 16 | 0 | 0.09 | 0.80 | 0.68 | 53.64 | 0.67 | 0.19 |
| Hex | 52 | 4B | 10 | 0 | 9 | 50 | 44 | 36 | 43 | 13 |
| Octal | 122 | 113 | 20 | 0 | 11 | 120 | 104 | 66 | 103 | 23 |
| Binary | 1010010 | 1001011 | 10000 | 0 | 1001 | 1010000 | 1000100 | 110110 | 1000011 | 10011 |
Color Harmonies of #524B10
Complementary color
Monochromatic Colors of #524B10
Black with #524B10
Text Example
Text Example
White with #524B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524B10; }
p { color: rgb(82,75,16); }
H1.HeaderClassName
{
color: #524B10;
}
.AnyTagClassName
{
color: #524B10;
}
</style>
background-color css
<style>
a { background-color: #524B10; }
a { background-color: rgb(82,75,16); }
div.DivClassName
{
background-color: #524B10;
}
.BgClassName
{
background-color: #524B10;
}
</style>
border-color css
<style>
span { border-color: #524B10; }
span { border-color: rgb(82,75,16); }
td.TdClassName
{
border-color: #524B10;
}
.TagClassName
{
border-color: #524B10;
}
</style>