Shades of Bronze Olive #534C0E
Tints of Bronze Olive #534C0E
RGB
CMYK
RGB Variations
Color information
#534C0E (or 0x534C0E) is known color: Bronze Olive. HEX triplet: 53, 4C and 0E. RGB value is (83,76,14). Sum of RGB (Red+Green+Blue) = 83+76+14=173 (22% of max value = 765). Red value is 83 (32.81% from 255 or 47.98% from 173); Green value is 76 (30.08% from 255 or 43.93% from 173); Blue value is 14 (5.86% from 255 or 8.09% from 173); Max value from RGB is 83 - color contains mainly: red. Hex color #534C0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534C0E is #ACB3F1. Grayscale: #474747. Windows color (decimal): -11318258 or 937043. OLE color: 937043.
HSL color Cylindrical-coordinate representation of color #534C0E: hue angle of 53.91º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #534C0E is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 76 | 14 | - |
| CMYK | 0 | 0.08 | 0.83 | 0.67 |
| HSL | 53.91º | 0.71% | 0.19% | - |
| HSV(B) | 53.91º | 0.83% | 0.33% | - |
| XYZ | 6.23 | 7.04 | 1.45 | - |
| YUV | 71.03 | 95.82 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 76 | 14 | 0 | 0.08 | 0.83 | 0.67 | 53.91 | 0.71 | 0.19 |
| Hex | 53 | 4C | E | 0 | 8 | 53 | 43 | 36 | 47 | 13 |
| Octal | 123 | 114 | 16 | 0 | 10 | 123 | 103 | 66 | 107 | 23 |
| Binary | 1010011 | 1001100 | 1110 | 0 | 1000 | 1010011 | 1000011 | 110110 | 1000111 | 10011 |
Color Harmonies of #534C0E
Complementary color
Monochromatic Colors of #534C0E
Black with #534C0E
Text Example
Text Example
White with #534C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534C0E; }
p { color: rgb(83,76,14); }
H1.HeaderClassName
{
color: #534C0E;
}
.AnyTagClassName
{
color: #534C0E;
}
</style>
background-color css
<style>
a { background-color: #534C0E; }
a { background-color: rgb(83,76,14); }
div.DivClassName
{
background-color: #534C0E;
}
.BgClassName
{
background-color: #534C0E;
}
</style>
border-color css
<style>
span { border-color: #534C0E; }
span { border-color: rgb(83,76,14); }
td.TdClassName
{
border-color: #534C0E;
}
.TagClassName
{
border-color: #534C0E;
}
</style>