Shades of Bronze Olive #534A08
Tints of Bronze Olive #534A08
RGB
CMYK
RGB Variations
Color information
#534A08 (or 0x534A08) is known color: Bronze Olive. HEX triplet: 53, 4A and 08. RGB value is (83,74,8). Sum of RGB (Red+Green+Blue) = 83+74+8=165 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.30% from 165); Green value is 74 (29.30% from 255 or 44.85% from 165); Blue value is 8 (3.52% from 255 or 4.85% from 165); Max value from RGB is 83 - color contains mainly: red. Hex color #534A08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534A08 is #ACB5F7. Grayscale: #454545. Windows color (decimal): -11318776 or 543315. OLE color: 543315.
HSL color Cylindrical-coordinate representation of color #534A08: hue angle of 52.8º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #534A08 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 74 | 8 | - |
| CMYK | 0 | 0.11 | 0.90 | 0.67 |
| HSL | 52.8º | 0.82% | 0.18% | - |
| HSV(B) | 52.8º | 0.9% | 0.33% | - |
| XYZ | 6.06 | 6.75 | 1.21 | - |
| YUV | 69.17 | 93.48 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 74 | 8 | 0 | 0.11 | 0.90 | 0.67 | 52.8 | 0.82 | 0.18 |
| Hex | 53 | 4A | 8 | 0 | B | 5A | 43 | 35 | 52 | 12 |
| Octal | 123 | 112 | 10 | 0 | 13 | 132 | 103 | 65 | 122 | 22 |
| Binary | 1010011 | 1001010 | 1000 | 0 | 1011 | 1011010 | 1000011 | 110101 | 1010010 | 10010 |
Color Harmonies of #534A08
Complementary color
Monochromatic Colors of #534A08
Black with #534A08
Text Example
Text Example
White with #534A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534A08; }
p { color: rgb(83,74,8); }
H1.HeaderClassName
{
color: #534A08;
}
.AnyTagClassName
{
color: #534A08;
}
</style>
background-color css
<style>
a { background-color: #534A08; }
a { background-color: rgb(83,74,8); }
div.DivClassName
{
background-color: #534A08;
}
.BgClassName
{
background-color: #534A08;
}
</style>
border-color css
<style>
span { border-color: #534A08; }
span { border-color: rgb(83,74,8); }
td.TdClassName
{
border-color: #534A08;
}
.TagClassName
{
border-color: #534A08;
}
</style>