Shades of Bronze Olive #53470A
Tints of Bronze Olive #53470A
RGB
CMYK
RGB Variations
Color information
#53470A (or 0x53470A) is known color: Bronze Olive. HEX triplet: 53, 47 and 0A. RGB value is (83,71,10). Sum of RGB (Red+Green+Blue) = 83+71+10=164 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.61% from 164); Green value is 71 (28.12% from 255 or 43.29% from 164); Blue value is 10 (4.30% from 255 or 6.10% from 164); Max value from RGB is 83 - color contains mainly: red. Hex color #53470A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53470A is #ACB8F5. Grayscale: #434343. Windows color (decimal): -11319542 or 673619. OLE color: 673619.
HSL color Cylindrical-coordinate representation of color #53470A: hue angle of 50.14º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #53470A is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 71 | 10 | - |
| CMYK | 0 | 0.14 | 0.88 | 0.67 |
| HSL | 50.14º | 0.78% | 0.18% | - |
| HSV(B) | 50.14º | 0.88% | 0.33% | - |
| XYZ | 5.88 | 6.37 | 1.21 | - |
| YUV | 67.63 | 95.48 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 71 | 10 | 0 | 0.14 | 0.88 | 0.67 | 50.14 | 0.78 | 0.18 |
| Hex | 53 | 47 | A | 0 | E | 58 | 43 | 32 | 4E | 12 |
| Octal | 123 | 107 | 12 | 0 | 16 | 130 | 103 | 62 | 116 | 22 |
| Binary | 1010011 | 1000111 | 1010 | 0 | 1110 | 1011000 | 1000011 | 110010 | 1001110 | 10010 |
Color Harmonies of #53470A
Complementary color
Monochromatic Colors of #53470A
Black with #53470A
Text Example
Text Example
White with #53470A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53470A; }
p { color: rgb(83,71,10); }
H1.HeaderClassName
{
color: #53470A;
}
.AnyTagClassName
{
color: #53470A;
}
</style>
background-color css
<style>
a { background-color: #53470A; }
a { background-color: rgb(83,71,10); }
div.DivClassName
{
background-color: #53470A;
}
.BgClassName
{
background-color: #53470A;
}
</style>
border-color css
<style>
span { border-color: #53470A; }
span { border-color: rgb(83,71,10); }
td.TdClassName
{
border-color: #53470A;
}
.TagClassName
{
border-color: #53470A;
}
</style>