Shades of Bronze Olive #534709
Tints of Bronze Olive #534709
RGB
CMYK
RGB Variations
Color information
#534709 (or 0x534709) is known color: Bronze Olive. HEX triplet: 53, 47 and 09. RGB value is (83,71,9). Sum of RGB (Red+Green+Blue) = 83+71+9=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 71 (28.12% from 255 or 43.56% from 163); Blue value is 9 (3.91% from 255 or 5.52% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #534709 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534709 is #ACB8F6. Grayscale: #434343. Windows color (decimal): -11319543 or 608083. OLE color: 608083.
HSL color Cylindrical-coordinate representation of color #534709: hue angle of 50.27º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #534709 is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 71 | 9 | - |
| CMYK | 0 | 0.14 | 0.89 | 0.67 |
| HSL | 50.27º | 0.8% | 0.18% | - |
| HSV(B) | 50.27º | 0.89% | 0.33% | - |
| XYZ | 5.87 | 6.37 | 1.18 | - |
| YUV | 67.52 | 94.98 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 71 | 9 | 0 | 0.14 | 0.89 | 0.67 | 50.27 | 0.8 | 0.18 |
| Hex | 53 | 47 | 9 | 0 | E | 59 | 43 | 32 | 50 | 12 |
| Octal | 123 | 107 | 11 | 0 | 16 | 131 | 103 | 62 | 120 | 22 |
| Binary | 1010011 | 1000111 | 1001 | 0 | 1110 | 1011001 | 1000011 | 110010 | 1010000 | 10010 |
Color Harmonies of #534709
Complementary color
Monochromatic Colors of #534709
Black with #534709
Text Example
Text Example
White with #534709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534709; }
p { color: rgb(83,71,9); }
H1.HeaderClassName
{
color: #534709;
}
.AnyTagClassName
{
color: #534709;
}
</style>
background-color css
<style>
a { background-color: #534709; }
a { background-color: rgb(83,71,9); }
div.DivClassName
{
background-color: #534709;
}
.BgClassName
{
background-color: #534709;
}
</style>
border-color css
<style>
span { border-color: #534709; }
span { border-color: rgb(83,71,9); }
td.TdClassName
{
border-color: #534709;
}
.TagClassName
{
border-color: #534709;
}
</style>