Shades of Bronze Olive #534E14
Tints of Bronze Olive #534E14
RGB
CMYK
RGB Variations
Color information
#534E14 (or 0x534E14) is known color: Bronze Olive. HEX triplet: 53, 4E and 14. RGB value is (83,78,20). Sum of RGB (Red+Green+Blue) = 83+78+20=181 (23% of max value = 765). Red value is 83 (32.81% from 255 or 45.86% from 181); Green value is 78 (30.86% from 255 or 43.09% from 181); Blue value is 20 (8.20% from 255 or 11.05% from 181); Max value from RGB is 83 - color contains mainly: red. Hex color #534E14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534E14 is #ACB1EB. Grayscale: #494949. Windows color (decimal): -11317740 or 1330771. OLE color: 1330771.
HSL color Cylindrical-coordinate representation of color #534E14: hue angle of 55.24º 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 #534E14 is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 78 | 20 | - |
| CMYK | 0 | 0.06 | 0.76 | 0.67 |
| HSL | 55.24º | 0.61% | 0.2% | - |
| HSV(B) | 55.24º | 0.76% | 0.33% | - |
| XYZ | 6.42 | 7.34 | 1.74 | - |
| YUV | 72.88 | 98.16 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 78 | 20 | 0 | 0.06 | 0.76 | 0.67 | 55.24 | 0.61 | 0.2 |
| Hex | 53 | 4E | 14 | 0 | 6 | 4C | 43 | 37 | 3D | 14 |
| Octal | 123 | 116 | 24 | 0 | 6 | 114 | 103 | 67 | 75 | 24 |
| Binary | 1010011 | 1001110 | 10100 | 0 | 110 | 1001100 | 1000011 | 110111 | 111101 | 10100 |
Color Harmonies of #534E14
Complementary color
Monochromatic Colors of #534E14
Black with #534E14
Text Example
Text Example
White with #534E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534E14; }
p { color: rgb(83,78,20); }
H1.HeaderClassName
{
color: #534E14;
}
.AnyTagClassName
{
color: #534E14;
}
</style>
background-color css
<style>
a { background-color: #534E14; }
a { background-color: rgb(83,78,20); }
div.DivClassName
{
background-color: #534E14;
}
.BgClassName
{
background-color: #534E14;
}
</style>
border-color css
<style>
span { border-color: #534E14; }
span { border-color: rgb(83,78,20); }
td.TdClassName
{
border-color: #534E14;
}
.TagClassName
{
border-color: #534E14;
}
</style>