Shades of Bronze Olive #534A02
Tints of Bronze Olive #534A02
RGB
CMYK
RGB Variations
Color information
#534A02 (or 0x534A02) is known color: Bronze Olive. HEX triplet: 53, 4A and 02. RGB value is (83,74,2). Sum of RGB (Red+Green+Blue) = 83+74+2=159 (21% of max value = 765). Red value is 83 (32.81% from 255 or 52.20% from 159); Green value is 74 (29.30% from 255 or 46.54% from 159); Blue value is 2 (1.17% from 255 or 1.26% from 159); Max value from RGB is 83 - color contains mainly: red. Hex color #534A02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534A02 is #ACB5FD. Grayscale: #444444. Windows color (decimal): -11318782 or 150099. OLE color: 150099.
HSL color Cylindrical-coordinate representation of color #534A02: hue angle of 53.33º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #534A02 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 74 | 2 | - |
| CMYK | 0 | 0.11 | 0.98 | 0.67 |
| HSL | 53.33º | 0.95% | 0.17% | - |
| HSV(B) | 53.33º | 0.98% | 0.33% | - |
| XYZ | 6.03 | 6.74 | 1.04 | - |
| YUV | 68.48 | 90.48 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 74 | 2 | 0 | 0.11 | 0.98 | 0.67 | 53.33 | 0.95 | 0.17 |
| Hex | 53 | 4A | 2 | 0 | B | 62 | 43 | 35 | 5F | 11 |
| Octal | 123 | 112 | 2 | 0 | 13 | 142 | 103 | 65 | 137 | 21 |
| Binary | 1010011 | 1001010 | 10 | 0 | 1011 | 1100010 | 1000011 | 110101 | 1011111 | 10001 |
Color Harmonies of #534A02
Complementary color
Monochromatic Colors of #534A02
Black with #534A02
Text Example
Text Example
White with #534A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534A02; }
p { color: rgb(83,74,2); }
H1.HeaderClassName
{
color: #534A02;
}
.AnyTagClassName
{
color: #534A02;
}
</style>
background-color css
<style>
a { background-color: #534A02; }
a { background-color: rgb(83,74,2); }
div.DivClassName
{
background-color: #534A02;
}
.BgClassName
{
background-color: #534A02;
}
</style>
border-color css
<style>
span { border-color: #534A02; }
span { border-color: rgb(83,74,2); }
td.TdClassName
{
border-color: #534A02;
}
.TagClassName
{
border-color: #534A02;
}
</style>