Shades of Bronze Olive #534E21
Tints of Bronze Olive #534E21
RGB
CMYK
RGB Variations
Color information
#534E21 (or 0x534E21) is known color: Bronze Olive. HEX triplet: 53, 4E and 21. RGB value is (83,78,33). Sum of RGB (Red+Green+Blue) = 83+78+33=194 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.78% from 194); Green value is 78 (30.86% from 255 or 40.21% from 194); Blue value is 33 (13.28% from 255 or 17.01% from 194); Max value from RGB is 83 - color contains mainly: red. Hex color #534E21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534E21 is #ACB1DE. Grayscale: #4A4A4A. Windows color (decimal): -11317727 or 2182739. OLE color: 2182739.
HSL color Cylindrical-coordinate representation of color #534E21: hue angle of 54º 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 #534E21 is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 78 | 33 | - |
| CMYK | 0 | 0.06 | 0.60 | 0.67 |
| HSL | 54º | 0.43% | 0.23% | - |
| HSV(B) | 54º | 0.6% | 0.33% | - |
| XYZ | 6.57 | 7.4 | 2.52 | - |
| YUV | 74.37 | 104.66 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 78 | 33 | 0 | 0.06 | 0.60 | 0.67 | 54 | 0.43 | 0.23 |
| Hex | 53 | 4E | 21 | 0 | 6 | 3C | 43 | 36 | 2B | 17 |
| Octal | 123 | 116 | 41 | 0 | 6 | 74 | 103 | 66 | 53 | 27 |
| Binary | 1010011 | 1001110 | 100001 | 0 | 110 | 111100 | 1000011 | 110110 | 101011 | 10111 |
Color Harmonies of #534E21
Complementary color
Monochromatic Colors of #534E21
Black with #534E21
Text Example
Text Example
White with #534E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534E21; }
p { color: rgb(83,78,33); }
H1.HeaderClassName
{
color: #534E21;
}
.AnyTagClassName
{
color: #534E21;
}
</style>
background-color css
<style>
a { background-color: #534E21; }
a { background-color: rgb(83,78,33); }
div.DivClassName
{
background-color: #534E21;
}
.BgClassName
{
background-color: #534E21;
}
</style>
border-color css
<style>
span { border-color: #534E21; }
span { border-color: rgb(83,78,33); }
td.TdClassName
{
border-color: #534E21;
}
.TagClassName
{
border-color: #534E21;
}
</style>