Shades of Bronze Olive #534708
Tints of Bronze Olive #534708
RGB
CMYK
RGB Variations
Color information
#534708 (or 0x534708) is known color: Bronze Olive. HEX triplet: 53, 47 and 08. RGB value is (83,71,8). Sum of RGB (Red+Green+Blue) = 83+71+8=162 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.23% from 162); Green value is 71 (28.12% from 255 or 43.83% from 162); Blue value is 8 (3.52% from 255 or 4.94% from 162); Max value from RGB is 83 - color contains mainly: red. Hex color #534708 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534708 is #ACB8F7. Grayscale: #434343. Windows color (decimal): -11319544 or 542547. OLE color: 542547.
HSL color Cylindrical-coordinate representation of color #534708: hue angle of 50.4º 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 #534708 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 71 | 8 | - |
| CMYK | 0 | 0.14 | 0.90 | 0.67 |
| HSL | 50.4º | 0.82% | 0.18% | - |
| HSV(B) | 50.4º | 0.9% | 0.33% | - |
| XYZ | 5.86 | 6.36 | 1.15 | - |
| YUV | 67.41 | 94.48 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 71 | 8 | 0 | 0.14 | 0.90 | 0.67 | 50.4 | 0.82 | 0.18 |
| Hex | 53 | 47 | 8 | 0 | E | 5A | 43 | 32 | 52 | 12 |
| Octal | 123 | 107 | 10 | 0 | 16 | 132 | 103 | 62 | 122 | 22 |
| Binary | 1010011 | 1000111 | 1000 | 0 | 1110 | 1011010 | 1000011 | 110010 | 1010010 | 10010 |
Color Harmonies of #534708
Complementary color
Monochromatic Colors of #534708
Black with #534708
Text Example
Text Example
White with #534708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534708; }
p { color: rgb(83,71,8); }
H1.HeaderClassName
{
color: #534708;
}
.AnyTagClassName
{
color: #534708;
}
</style>
background-color css
<style>
a { background-color: #534708; }
a { background-color: rgb(83,71,8); }
div.DivClassName
{
background-color: #534708;
}
.BgClassName
{
background-color: #534708;
}
</style>
border-color css
<style>
span { border-color: #534708; }
span { border-color: rgb(83,71,8); }
td.TdClassName
{
border-color: #534708;
}
.TagClassName
{
border-color: #534708;
}
</style>