Shades of Bronze Olive #534E1E
Tints of Bronze Olive #534E1E
RGB
CMYK
RGB Variations
Color information
#534E1E (or 0x534E1E) is known color: Bronze Olive. HEX triplet: 53, 4E and 1E. RGB value is (83,78,30). Sum of RGB (Red+Green+Blue) = 83+78+30=191 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.46% from 191); Green value is 78 (30.86% from 255 or 40.84% from 191); Blue value is 30 (12.11% from 255 or 15.71% from 191); Max value from RGB is 83 - color contains mainly: red. Hex color #534E1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534E1E is #ACB1E1. Grayscale: #4A4A4A. Windows color (decimal): -11317730 or 1986131. OLE color: 1986131.
HSL color Cylindrical-coordinate representation of color #534E1E: hue angle of 54.34º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #534E1E is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 78 | 30 | - |
| CMYK | 0 | 0.06 | 0.64 | 0.67 |
| HSL | 54.34º | 0.47% | 0.22% | - |
| HSV(B) | 54.34º | 0.64% | 0.33% | - |
| XYZ | 6.53 | 7.38 | 2.31 | - |
| YUV | 74.02 | 103.16 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 78 | 30 | 0 | 0.06 | 0.64 | 0.67 | 54.34 | 0.47 | 0.22 |
| Hex | 53 | 4E | 1E | 0 | 6 | 40 | 43 | 36 | 2F | 16 |
| Octal | 123 | 116 | 36 | 0 | 6 | 100 | 103 | 66 | 57 | 26 |
| Binary | 1010011 | 1001110 | 11110 | 0 | 110 | 1000000 | 1000011 | 110110 | 101111 | 10110 |
Color Harmonies of #534E1E
Complementary color
Monochromatic Colors of #534E1E
Black with #534E1E
Text Example
Text Example
White with #534E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534E1E; }
p { color: rgb(83,78,30); }
H1.HeaderClassName
{
color: #534E1E;
}
.AnyTagClassName
{
color: #534E1E;
}
</style>
background-color css
<style>
a { background-color: #534E1E; }
a { background-color: rgb(83,78,30); }
div.DivClassName
{
background-color: #534E1E;
}
.BgClassName
{
background-color: #534E1E;
}
</style>
border-color css
<style>
span { border-color: #534E1E; }
span { border-color: rgb(83,78,30); }
td.TdClassName
{
border-color: #534E1E;
}
.TagClassName
{
border-color: #534E1E;
}
</style>