Shades of Bronze Olive #534814
Tints of Bronze Olive #534814
RGB
CMYK
RGB Variations
Color information
#534814 (or 0x534814) is known color: Bronze Olive. HEX triplet: 53, 48 and 14. RGB value is (83,72,20). Sum of RGB (Red+Green+Blue) = 83+72+20=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 72 (28.52% from 255 or 41.14% from 175); Blue value is 20 (8.20% from 255 or 11.43% from 175); Max value from RGB is 83 - color contains mainly: red. Hex color #534814 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534814 is #ACB7EB. Grayscale: #454545. Windows color (decimal): -11319276 or 1329235. OLE color: 1329235.
HSL color Cylindrical-coordinate representation of color #534814: hue angle of 49.52º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #534814 is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 72 | 20 | - |
| CMYK | 0 | 0.13 | 0.76 | 0.67 |
| HSL | 49.52º | 0.61% | 0.2% | - |
| HSV(B) | 49.52º | 0.76% | 0.33% | - |
| XYZ | 6.01 | 6.52 | 1.6 | - |
| YUV | 69.36 | 100.14 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 72 | 20 | 0 | 0.13 | 0.76 | 0.67 | 49.52 | 0.61 | 0.2 |
| Hex | 53 | 48 | 14 | 0 | D | 4C | 43 | 32 | 3D | 14 |
| Octal | 123 | 110 | 24 | 0 | 15 | 114 | 103 | 62 | 75 | 24 |
| Binary | 1010011 | 1001000 | 10100 | 0 | 1101 | 1001100 | 1000011 | 110010 | 111101 | 10100 |
Color Harmonies of #534814
Complementary color
Monochromatic Colors of #534814
Black with #534814
Text Example
Text Example
White with #534814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534814; }
p { color: rgb(83,72,20); }
H1.HeaderClassName
{
color: #534814;
}
.AnyTagClassName
{
color: #534814;
}
</style>
background-color css
<style>
a { background-color: #534814; }
a { background-color: rgb(83,72,20); }
div.DivClassName
{
background-color: #534814;
}
.BgClassName
{
background-color: #534814;
}
</style>
border-color css
<style>
span { border-color: #534814; }
span { border-color: rgb(83,72,20); }
td.TdClassName
{
border-color: #534814;
}
.TagClassName
{
border-color: #534814;
}
</style>