Shades of Bronze Olive #534E0E
Tints of Bronze Olive #534E0E
RGB
CMYK
RGB Variations
Color information
#534E0E (or 0x534E0E) is known color: Bronze Olive. HEX triplet: 53, 4E and 0E. RGB value is (83,78,14). Sum of RGB (Red+Green+Blue) = 83+78+14=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 78 (30.86% from 255 or 44.57% from 175); Blue value is 14 (5.86% from 255 or 8% from 175); Max value from RGB is 83 - color contains mainly: red. Hex color #534E0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534E0E is #ACB1F1. Grayscale: #484848. Windows color (decimal): -11317746 or 937555. OLE color: 937555.
HSL color Cylindrical-coordinate representation of color #534E0E: hue angle of 55.65º 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 #534E0E is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 78 | 14 | - |
| CMYK | 0 | 0.06 | 0.83 | 0.67 |
| HSL | 55.65º | 0.71% | 0.19% | - |
| HSV(B) | 55.65º | 0.83% | 0.33% | - |
| XYZ | 6.37 | 7.32 | 1.49 | - |
| YUV | 72.2 | 95.16 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 78 | 14 | 0 | 0.06 | 0.83 | 0.67 | 55.65 | 0.71 | 0.19 |
| Hex | 53 | 4E | E | 0 | 6 | 53 | 43 | 38 | 47 | 13 |
| Octal | 123 | 116 | 16 | 0 | 6 | 123 | 103 | 70 | 107 | 23 |
| Binary | 1010011 | 1001110 | 1110 | 0 | 110 | 1010011 | 1000011 | 111000 | 1000111 | 10011 |
Color Harmonies of #534E0E
Complementary color
Monochromatic Colors of #534E0E
Black with #534E0E
Text Example
Text Example
White with #534E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534E0E; }
p { color: rgb(83,78,14); }
H1.HeaderClassName
{
color: #534E0E;
}
.AnyTagClassName
{
color: #534E0E;
}
</style>
background-color css
<style>
a { background-color: #534E0E; }
a { background-color: rgb(83,78,14); }
div.DivClassName
{
background-color: #534E0E;
}
.BgClassName
{
background-color: #534E0E;
}
</style>
border-color css
<style>
span { border-color: #534E0E; }
span { border-color: rgb(83,78,14); }
td.TdClassName
{
border-color: #534E0E;
}
.TagClassName
{
border-color: #534E0E;
}
</style>