Shades of Bronze Olive #53460B
Tints of Bronze Olive #53460B
RGB
CMYK
RGB Variations
Color information
#53460B (or 0x53460B) is known color: Bronze Olive. HEX triplet: 53, 46 and 0B. RGB value is (83,70,11). Sum of RGB (Red+Green+Blue) = 83+70+11=164 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.61% from 164); Green value is 70 (27.73% from 255 or 42.68% from 164); Blue value is 11 (4.69% from 255 or 6.71% from 164); Max value from RGB is 83 - color contains mainly: red. Hex color #53460B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53460B is #ACB9F4. Grayscale: #434343. Windows color (decimal): -11319797 or 738899. OLE color: 738899.
HSL color Cylindrical-coordinate representation of color #53460B: hue angle of 49.17º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #53460B is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 70 | 11 | - |
| CMYK | 0 | 0.16 | 0.87 | 0.67 |
| HSL | 49.17º | 0.77% | 0.18% | - |
| HSV(B) | 49.17º | 0.87% | 0.33% | - |
| XYZ | 5.82 | 6.24 | 1.22 | - |
| YUV | 67.16 | 96.31 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 70 | 11 | 0 | 0.16 | 0.87 | 0.67 | 49.17 | 0.77 | 0.18 |
| Hex | 53 | 46 | B | 0 | 10 | 57 | 43 | 31 | 4D | 12 |
| Octal | 123 | 106 | 13 | 0 | 20 | 127 | 103 | 61 | 115 | 22 |
| Binary | 1010011 | 1000110 | 1011 | 0 | 10000 | 1010111 | 1000011 | 110001 | 1001101 | 10010 |
Color Harmonies of #53460B
Complementary color
Monochromatic Colors of #53460B
Black with #53460B
Text Example
Text Example
White with #53460B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53460B; }
p { color: rgb(83,70,11); }
H1.HeaderClassName
{
color: #53460B;
}
.AnyTagClassName
{
color: #53460B;
}
</style>
background-color css
<style>
a { background-color: #53460B; }
a { background-color: rgb(83,70,11); }
div.DivClassName
{
background-color: #53460B;
}
.BgClassName
{
background-color: #53460B;
}
</style>
border-color css
<style>
span { border-color: #53460B; }
span { border-color: rgb(83,70,11); }
td.TdClassName
{
border-color: #53460B;
}
.TagClassName
{
border-color: #53460B;
}
</style>