Shades of Bronze Olive #53480E
Tints of Bronze Olive #53480E
RGB
CMYK
RGB Variations
Color information
#53480E (or 0x53480E) is known color: Bronze Olive. HEX triplet: 53, 48 and 0E. RGB value is (83,72,14). Sum of RGB (Red+Green+Blue) = 83+72+14=169 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.11% from 169); Green value is 72 (28.52% from 255 or 42.60% from 169); Blue value is 14 (5.86% from 255 or 8.28% from 169); Max value from RGB is 83 - color contains mainly: red. Hex color #53480E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53480E is #ACB7F1. Grayscale: #444444. Windows color (decimal): -11319282 or 936019. OLE color: 936019.
HSL color Cylindrical-coordinate representation of color #53480E: hue angle of 50.43º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #53480E is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 72 | 14 | - |
| CMYK | 0 | 0.13 | 0.83 | 0.67 |
| HSL | 50.43º | 0.71% | 0.19% | - |
| HSV(B) | 50.43º | 0.83% | 0.33% | - |
| XYZ | 5.96 | 6.51 | 1.36 | - |
| YUV | 68.68 | 97.14 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 72 | 14 | 0 | 0.13 | 0.83 | 0.67 | 50.43 | 0.71 | 0.19 |
| Hex | 53 | 48 | E | 0 | D | 53 | 43 | 32 | 47 | 13 |
| Octal | 123 | 110 | 16 | 0 | 15 | 123 | 103 | 62 | 107 | 23 |
| Binary | 1010011 | 1001000 | 1110 | 0 | 1101 | 1010011 | 1000011 | 110010 | 1000111 | 10011 |
Color Harmonies of #53480E
Complementary color
Monochromatic Colors of #53480E
Black with #53480E
Text Example
Text Example
White with #53480E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53480E; }
p { color: rgb(83,72,14); }
H1.HeaderClassName
{
color: #53480E;
}
.AnyTagClassName
{
color: #53480E;
}
</style>
background-color css
<style>
a { background-color: #53480E; }
a { background-color: rgb(83,72,14); }
div.DivClassName
{
background-color: #53480E;
}
.BgClassName
{
background-color: #53480E;
}
</style>
border-color css
<style>
span { border-color: #53480E; }
span { border-color: rgb(83,72,14); }
td.TdClassName
{
border-color: #53480E;
}
.TagClassName
{
border-color: #53480E;
}
</style>