Shades of Bronze Olive #524F1B
Tints of Bronze Olive #524F1B
RGB
CMYK
RGB Variations
Color information
#524F1B (or 0x524F1B) is known color: Bronze Olive. HEX triplet: 52, 4F and 1B. RGB value is (82,79,27). Sum of RGB (Red+Green+Blue) = 82+79+27=188 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.62% from 188); Green value is 79 (31.25% from 255 or 42.02% from 188); Blue value is 27 (10.94% from 255 or 14.36% from 188); Max value from RGB is 82 - color contains mainly: red. Hex color #524F1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #524F1B is #ADB0E4. Grayscale: #4A4A4A. Windows color (decimal): -11383013 or 1789778. OLE color: 1789778.
HSL color Cylindrical-coordinate representation of color #524F1B: hue angle of 56.73º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #524F1B is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 79 | 27 | - |
| CMYK | 0 | 0.04 | 0.67 | 0.68 |
| HSL | 56.73º | 0.5% | 0.21% | - |
| HSV(B) | 56.73º | 0.67% | 0.32% | - |
| XYZ | 6.47 | 7.46 | 2.14 | - |
| YUV | 73.97 | 101.49 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 79 | 27 | 0 | 0.04 | 0.67 | 0.68 | 56.73 | 0.5 | 0.21 |
| Hex | 52 | 4F | 1B | 0 | 4 | 43 | 44 | 39 | 32 | 15 |
| Octal | 122 | 117 | 33 | 0 | 4 | 103 | 104 | 71 | 62 | 25 |
| Binary | 1010010 | 1001111 | 11011 | 0 | 100 | 1000011 | 1000100 | 111001 | 110010 | 10101 |
Color Harmonies of #524F1B
Complementary color
Monochromatic Colors of #524F1B
Black with #524F1B
Text Example
Text Example
White with #524F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524F1B; }
p { color: rgb(82,79,27); }
H1.HeaderClassName
{
color: #524F1B;
}
.AnyTagClassName
{
color: #524F1B;
}
</style>
background-color css
<style>
a { background-color: #524F1B; }
a { background-color: rgb(82,79,27); }
div.DivClassName
{
background-color: #524F1B;
}
.BgClassName
{
background-color: #524F1B;
}
</style>
border-color css
<style>
span { border-color: #524F1B; }
span { border-color: rgb(82,79,27); }
td.TdClassName
{
border-color: #524F1B;
}
.TagClassName
{
border-color: #524F1B;
}
</style>