Shades of Bronze Olive #53470B
Tints of Bronze Olive #53470B
RGB
CMYK
RGB Variations
Color information
#53470B (or 0x53470B) is known color: Bronze Olive. HEX triplet: 53, 47 and 0B. RGB value is (83,71,11). Sum of RGB (Red+Green+Blue) = 83+71+11=165 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.30% from 165); Green value is 71 (28.12% from 255 or 43.03% from 165); Blue value is 11 (4.69% from 255 or 6.67% from 165); Max value from RGB is 83 - color contains mainly: red. Hex color #53470B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53470B is #ACB8F4. Grayscale: #434343. Windows color (decimal): -11319541 or 739155. OLE color: 739155.
HSL color Cylindrical-coordinate representation of color #53470B: hue angle of 50º 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 #53470B is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 71 | 11 | - |
| CMYK | 0 | 0.14 | 0.87 | 0.67 |
| HSL | 50º | 0.77% | 0.18% | - |
| HSV(B) | 50º | 0.87% | 0.33% | - |
| XYZ | 5.88 | 6.37 | 1.24 | - |
| YUV | 67.75 | 95.98 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 71 | 11 | 0 | 0.14 | 0.87 | 0.67 | 50 | 0.77 | 0.18 |
| Hex | 53 | 47 | B | 0 | E | 57 | 43 | 32 | 4D | 12 |
| Octal | 123 | 107 | 13 | 0 | 16 | 127 | 103 | 62 | 115 | 22 |
| Binary | 1010011 | 1000111 | 1011 | 0 | 1110 | 1010111 | 1000011 | 110010 | 1001101 | 10010 |
Color Harmonies of #53470B
Complementary color
Monochromatic Colors of #53470B
Black with #53470B
Text Example
Text Example
White with #53470B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53470B; }
p { color: rgb(83,71,11); }
H1.HeaderClassName
{
color: #53470B;
}
.AnyTagClassName
{
color: #53470B;
}
</style>
background-color css
<style>
a { background-color: #53470B; }
a { background-color: rgb(83,71,11); }
div.DivClassName
{
background-color: #53470B;
}
.BgClassName
{
background-color: #53470B;
}
</style>
border-color css
<style>
span { border-color: #53470B; }
span { border-color: rgb(83,71,11); }
td.TdClassName
{
border-color: #53470B;
}
.TagClassName
{
border-color: #53470B;
}
</style>