Shades of Bronze Olive #534F21
Tints of Bronze Olive #534F21
RGB
CMYK
RGB Variations
Color information
#534F21 (or 0x534F21) is known color: Bronze Olive. HEX triplet: 53, 4F and 21. RGB value is (83,79,33). Sum of RGB (Red+Green+Blue) = 83+79+33=195 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.56% from 195); Green value is 79 (31.25% from 255 or 40.51% from 195); Blue value is 33 (13.28% from 255 or 16.92% from 195); Max value from RGB is 83 - color contains mainly: red. Hex color #534F21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534F21 is #ACB0DE. Grayscale: #4B4B4B. Windows color (decimal): -11317471 or 2182995. OLE color: 2182995.
HSL color Cylindrical-coordinate representation of color #534F21: hue angle of 55.2º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #534F21 is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 79 | 33 | - |
| CMYK | 0 | 0.05 | 0.60 | 0.67 |
| HSL | 55.2º | 0.43% | 0.23% | - |
| HSV(B) | 55.2º | 0.6% | 0.33% | - |
| XYZ | 6.64 | 7.54 | 2.54 | - |
| YUV | 74.95 | 104.33 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 79 | 33 | 0 | 0.05 | 0.60 | 0.67 | 55.2 | 0.43 | 0.23 |
| Hex | 53 | 4F | 21 | 0 | 5 | 3C | 43 | 37 | 2B | 17 |
| Octal | 123 | 117 | 41 | 0 | 5 | 74 | 103 | 67 | 53 | 27 |
| Binary | 1010011 | 1001111 | 100001 | 0 | 101 | 111100 | 1000011 | 110111 | 101011 | 10111 |
Color Harmonies of #534F21
Complementary color
Monochromatic Colors of #534F21
Black with #534F21
Text Example
Text Example
White with #534F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534F21; }
p { color: rgb(83,79,33); }
H1.HeaderClassName
{
color: #534F21;
}
.AnyTagClassName
{
color: #534F21;
}
</style>
background-color css
<style>
a { background-color: #534F21; }
a { background-color: rgb(83,79,33); }
div.DivClassName
{
background-color: #534F21;
}
.BgClassName
{
background-color: #534F21;
}
</style>
border-color css
<style>
span { border-color: #534F21; }
span { border-color: rgb(83,79,33); }
td.TdClassName
{
border-color: #534F21;
}
.TagClassName
{
border-color: #534F21;
}
</style>