Shades of Bronze Olive #534A1E
Tints of Bronze Olive #534A1E
RGB
CMYK
RGB Variations
Color information
#534A1E (or 0x534A1E) is known color: Bronze Olive. HEX triplet: 53, 4A and 1E. RGB value is (83,74,30). Sum of RGB (Red+Green+Blue) = 83+74+30=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 74 (29.30% from 255 or 39.57% from 187); Blue value is 30 (12.11% from 255 or 16.04% from 187); Max value from RGB is 83 - color contains mainly: red. Hex color #534A1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534A1E is #ACB5E1. Grayscale: #474747. Windows color (decimal): -11318754 or 1985107. OLE color: 1985107.
HSL color Cylindrical-coordinate representation of color #534A1E: hue angle of 49.81º 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 #534A1E is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 74 | 30 | - |
| CMYK | 0 | 0.11 | 0.64 | 0.67 |
| HSL | 49.81º | 0.47% | 0.22% | - |
| HSV(B) | 49.81º | 0.64% | 0.33% | - |
| XYZ | 6.25 | 6.83 | 2.22 | - |
| YUV | 71.68 | 104.48 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 74 | 30 | 0 | 0.11 | 0.64 | 0.67 | 49.81 | 0.47 | 0.22 |
| Hex | 53 | 4A | 1E | 0 | B | 40 | 43 | 32 | 2F | 16 |
| Octal | 123 | 112 | 36 | 0 | 13 | 100 | 103 | 62 | 57 | 26 |
| Binary | 1010011 | 1001010 | 11110 | 0 | 1011 | 1000000 | 1000011 | 110010 | 101111 | 10110 |
Color Harmonies of #534A1E
Complementary color
Monochromatic Colors of #534A1E
Black with #534A1E
Text Example
Text Example
White with #534A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534A1E; }
p { color: rgb(83,74,30); }
H1.HeaderClassName
{
color: #534A1E;
}
.AnyTagClassName
{
color: #534A1E;
}
</style>
background-color css
<style>
a { background-color: #534A1E; }
a { background-color: rgb(83,74,30); }
div.DivClassName
{
background-color: #534A1E;
}
.BgClassName
{
background-color: #534A1E;
}
</style>
border-color css
<style>
span { border-color: #534A1E; }
span { border-color: rgb(83,74,30); }
td.TdClassName
{
border-color: #534A1E;
}
.TagClassName
{
border-color: #534A1E;
}
</style>