Shades of Bronze Olive #534A06
Tints of Bronze Olive #534A06
RGB
CMYK
RGB Variations
Color information
#534A06 (or 0x534A06) is known color: Bronze Olive. HEX triplet: 53, 4A and 06. RGB value is (83,74,6). Sum of RGB (Red+Green+Blue) = 83+74+6=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 74 (29.30% from 255 or 45.40% from 163); Blue value is 6 (2.73% from 255 or 3.68% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #534A06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534A06 is #ACB5F9. Grayscale: #454545. Windows color (decimal): -11318778 or 412243. OLE color: 412243.
HSL color Cylindrical-coordinate representation of color #534A06: hue angle of 52.99º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #534A06 is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 74 | 6 | - |
| CMYK | 0 | 0.11 | 0.93 | 0.67 |
| HSL | 52.99º | 0.87% | 0.17% | - |
| HSV(B) | 52.99º | 0.93% | 0.33% | - |
| XYZ | 6.05 | 6.75 | 1.16 | - |
| YUV | 68.94 | 92.48 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 74 | 6 | 0 | 0.11 | 0.93 | 0.67 | 52.99 | 0.87 | 0.17 |
| Hex | 53 | 4A | 6 | 0 | B | 5D | 43 | 35 | 57 | 11 |
| Octal | 123 | 112 | 6 | 0 | 13 | 135 | 103 | 65 | 127 | 21 |
| Binary | 1010011 | 1001010 | 110 | 0 | 1011 | 1011101 | 1000011 | 110101 | 1010111 | 10001 |
Color Harmonies of #534A06
Complementary color
Monochromatic Colors of #534A06
Black with #534A06
Text Example
Text Example
White with #534A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534A06; }
p { color: rgb(83,74,6); }
H1.HeaderClassName
{
color: #534A06;
}
.AnyTagClassName
{
color: #534A06;
}
</style>
background-color css
<style>
a { background-color: #534A06; }
a { background-color: rgb(83,74,6); }
div.DivClassName
{
background-color: #534A06;
}
.BgClassName
{
background-color: #534A06;
}
</style>
border-color css
<style>
span { border-color: #534A06; }
span { border-color: rgb(83,74,6); }
td.TdClassName
{
border-color: #534A06;
}
.TagClassName
{
border-color: #534A06;
}
</style>