Shades of Bronze Olive #534913
Tints of Bronze Olive #534913
RGB
CMYK
RGB Variations
Color information
#534913 (or 0x534913) is known color: Bronze Olive. HEX triplet: 53, 49 and 13. RGB value is (83,73,19). Sum of RGB (Red+Green+Blue) = 83+73+19=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 73 (28.91% from 255 or 41.71% from 175); Blue value is 19 (7.81% from 255 or 10.86% from 175); Max value from RGB is 83 - color contains mainly: red. Hex color #534913 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534913 is #ACB6EC. Grayscale: #464646. Windows color (decimal): -11319021 or 1263955. OLE color: 1263955.
HSL color Cylindrical-coordinate representation of color #534913: hue angle of 50.62º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #534913 is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 73 | 19 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.67 |
| HSL | 50.63º | 0.63% | 0.2% | - |
| HSV(B) | 50.63º | 0.77% | 0.33% | - |
| XYZ | 6.07 | 6.65 | 1.58 | - |
| YUV | 69.83 | 99.31 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 73 | 19 | 0 | 0.12 | 0.77 | 0.67 | 50.63 | 0.63 | 0.2 |
| Hex | 53 | 49 | 13 | 0 | C | 4D | 43 | 33 | 3F | 14 |
| Octal | 123 | 111 | 23 | 0 | 14 | 115 | 103 | 63 | 77 | 24 |
| Binary | 1010011 | 1001001 | 10011 | 0 | 1100 | 1001101 | 1000011 | 110011 | 111111 | 10100 |
Color Harmonies of #534913
Complementary color
Monochromatic Colors of #534913
Black with #534913
Text Example
Text Example
White with #534913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534913; }
p { color: rgb(83,73,19); }
H1.HeaderClassName
{
color: #534913;
}
.AnyTagClassName
{
color: #534913;
}
</style>
background-color css
<style>
a { background-color: #534913; }
a { background-color: rgb(83,73,19); }
div.DivClassName
{
background-color: #534913;
}
.BgClassName
{
background-color: #534913;
}
</style>
border-color css
<style>
span { border-color: #534913; }
span { border-color: rgb(83,73,19); }
td.TdClassName
{
border-color: #534913;
}
.TagClassName
{
border-color: #534913;
}
</style>