Shades of Bronze Olive #524B1E
Tints of Bronze Olive #524B1E
RGB
CMYK
RGB Variations
Color information
#524B1E (or 0x524B1E) is known color: Bronze Olive. HEX triplet: 52, 4B and 1E. RGB value is (82,75,30). Sum of RGB (Red+Green+Blue) = 82+75+30=187 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.85% from 187); Green value is 75 (29.69% from 255 or 40.11% from 187); Blue value is 30 (12.11% from 255 or 16.04% from 187); Max value from RGB is 82 - color contains mainly: red. Hex color #524B1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524B1E is #ADB4E1. Grayscale: #484848. Windows color (decimal): -11384034 or 1985362. OLE color: 1985362.
HSL color Cylindrical-coordinate representation of color #524B1E: hue angle of 51.92º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #524B1E is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 75 | 30 | - |
| CMYK | 0 | 0.09 | 0.63 | 0.68 |
| HSL | 51.92º | 0.46% | 0.22% | - |
| HSV(B) | 51.92º | 0.63% | 0.32% | - |
| XYZ | 6.23 | 6.92 | 2.24 | - |
| YUV | 71.96 | 104.32 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 75 | 30 | 0 | 0.09 | 0.63 | 0.68 | 51.92 | 0.46 | 0.22 |
| Hex | 52 | 4B | 1E | 0 | 9 | 3F | 44 | 34 | 2E | 16 |
| Octal | 122 | 113 | 36 | 0 | 11 | 77 | 104 | 64 | 56 | 26 |
| Binary | 1010010 | 1001011 | 11110 | 0 | 1001 | 111111 | 1000100 | 110100 | 101110 | 10110 |
Color Harmonies of #524B1E
Complementary color
Monochromatic Colors of #524B1E
Black with #524B1E
Text Example
Text Example
White with #524B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524B1E; }
p { color: rgb(82,75,30); }
H1.HeaderClassName
{
color: #524B1E;
}
.AnyTagClassName
{
color: #524B1E;
}
</style>
background-color css
<style>
a { background-color: #524B1E; }
a { background-color: rgb(82,75,30); }
div.DivClassName
{
background-color: #524B1E;
}
.BgClassName
{
background-color: #524B1E;
}
</style>
border-color css
<style>
span { border-color: #524B1E; }
span { border-color: rgb(82,75,30); }
td.TdClassName
{
border-color: #524B1E;
}
.TagClassName
{
border-color: #524B1E;
}
</style>