Shades of Bronze Olive #53490D
Tints of Bronze Olive #53490D
RGB
CMYK
RGB Variations
Color information
#53490D (or 0x53490D) is known color: Bronze Olive. HEX triplet: 53, 49 and 0D. RGB value is (83,73,13). Sum of RGB (Red+Green+Blue) = 83+73+13=169 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.11% from 169); Green value is 73 (28.91% from 255 or 43.20% from 169); Blue value is 13 (5.47% from 255 or 7.69% from 169); Max value from RGB is 83 - color contains mainly: red. Hex color #53490D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53490D is #ACB6F2. Grayscale: #454545. Windows color (decimal): -11319027 or 870739. OLE color: 870739.
HSL color Cylindrical-coordinate representation of color #53490D: hue angle of 51.43º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #53490D is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 73 | 13 | - |
| CMYK | 0 | 0.12 | 0.84 | 0.67 |
| HSL | 51.43º | 0.73% | 0.19% | - |
| HSV(B) | 51.43º | 0.84% | 0.33% | - |
| XYZ | 6.02 | 6.63 | 1.34 | - |
| YUV | 69.15 | 96.31 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 73 | 13 | 0 | 0.12 | 0.84 | 0.67 | 51.43 | 0.73 | 0.19 |
| Hex | 53 | 49 | D | 0 | C | 54 | 43 | 33 | 49 | 13 |
| Octal | 123 | 111 | 15 | 0 | 14 | 124 | 103 | 63 | 111 | 23 |
| Binary | 1010011 | 1001001 | 1101 | 0 | 1100 | 1010100 | 1000011 | 110011 | 1001001 | 10011 |
Color Harmonies of #53490D
Complementary color
Monochromatic Colors of #53490D
Black with #53490D
Text Example
Text Example
White with #53490D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53490D; }
p { color: rgb(83,73,13); }
H1.HeaderClassName
{
color: #53490D;
}
.AnyTagClassName
{
color: #53490D;
}
</style>
background-color css
<style>
a { background-color: #53490D; }
a { background-color: rgb(83,73,13); }
div.DivClassName
{
background-color: #53490D;
}
.BgClassName
{
background-color: #53490D;
}
</style>
border-color css
<style>
span { border-color: #53490D; }
span { border-color: rgb(83,73,13); }
td.TdClassName
{
border-color: #53490D;
}
.TagClassName
{
border-color: #53490D;
}
</style>