Shades of Bronze Olive #53480D
Tints of Bronze Olive #53480D
RGB
CMYK
RGB Variations
Color information
#53480D (or 0x53480D) is known color: Bronze Olive. HEX triplet: 53, 48 and 0D. RGB value is (83,72,13). Sum of RGB (Red+Green+Blue) = 83+72+13=168 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.40% from 168); Green value is 72 (28.52% from 255 or 42.86% from 168); Blue value is 13 (5.47% from 255 or 7.74% from 168); Max value from RGB is 83 - color contains mainly: red. Hex color #53480D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53480D is #ACB7F2. Grayscale: #444444. Windows color (decimal): -11319283 or 870483. OLE color: 870483.
HSL color Cylindrical-coordinate representation of color #53480D: hue angle of 50.57º 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 #53480D is Cyan = 0, Magento = 0.13, Yellow = 0.84 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 72 | 13 | - |
| CMYK | 0 | 0.13 | 0.84 | 0.67 |
| HSL | 50.57º | 0.73% | 0.19% | - |
| HSV(B) | 50.57º | 0.84% | 0.33% | - |
| XYZ | 5.96 | 6.5 | 1.32 | - |
| YUV | 68.56 | 96.64 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 72 | 13 | 0 | 0.13 | 0.84 | 0.67 | 50.57 | 0.73 | 0.19 |
| Hex | 53 | 48 | D | 0 | D | 54 | 43 | 33 | 49 | 13 |
| Octal | 123 | 110 | 15 | 0 | 15 | 124 | 103 | 63 | 111 | 23 |
| Binary | 1010011 | 1001000 | 1101 | 0 | 1101 | 1010100 | 1000011 | 110011 | 1001001 | 10011 |
Color Harmonies of #53480D
Complementary color
Monochromatic Colors of #53480D
Black with #53480D
Text Example
Text Example
White with #53480D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53480D; }
p { color: rgb(83,72,13); }
H1.HeaderClassName
{
color: #53480D;
}
.AnyTagClassName
{
color: #53480D;
}
</style>
background-color css
<style>
a { background-color: #53480D; }
a { background-color: rgb(83,72,13); }
div.DivClassName
{
background-color: #53480D;
}
.BgClassName
{
background-color: #53480D;
}
</style>
border-color css
<style>
span { border-color: #53480D; }
span { border-color: rgb(83,72,13); }
td.TdClassName
{
border-color: #53480D;
}
.TagClassName
{
border-color: #53480D;
}
</style>