Shades of Bronze Olive #53470C
Tints of Bronze Olive #53470C
RGB
CMYK
RGB Variations
Color information
#53470C (or 0x53470C) is known color: Bronze Olive. HEX triplet: 53, 47 and 0C. RGB value is (83,71,12). Sum of RGB (Red+Green+Blue) = 83+71+12=166 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50% from 166); Green value is 71 (28.12% from 255 or 42.77% from 166); Blue value is 12 (5.08% from 255 or 7.23% from 166); Max value from RGB is 83 - color contains mainly: red. Hex color #53470C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53470C is #ACB8F3. Grayscale: #444444. Windows color (decimal): -11319540 or 804691. OLE color: 804691.
HSL color Cylindrical-coordinate representation of color #53470C: hue angle of 49.86º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #53470C is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 71 | 12 | - |
| CMYK | 0 | 0.14 | 0.86 | 0.67 |
| HSL | 49.86º | 0.75% | 0.19% | - |
| HSV(B) | 49.86º | 0.86% | 0.33% | - |
| XYZ | 5.89 | 6.37 | 1.27 | - |
| YUV | 67.86 | 96.48 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 71 | 12 | 0 | 0.14 | 0.86 | 0.67 | 49.86 | 0.75 | 0.19 |
| Hex | 53 | 47 | C | 0 | E | 56 | 43 | 32 | 4B | 13 |
| Octal | 123 | 107 | 14 | 0 | 16 | 126 | 103 | 62 | 113 | 23 |
| Binary | 1010011 | 1000111 | 1100 | 0 | 1110 | 1010110 | 1000011 | 110010 | 1001011 | 10011 |
Color Harmonies of #53470C
Complementary color
Monochromatic Colors of #53470C
Black with #53470C
Text Example
Text Example
White with #53470C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53470C; }
p { color: rgb(83,71,12); }
H1.HeaderClassName
{
color: #53470C;
}
.AnyTagClassName
{
color: #53470C;
}
</style>
background-color css
<style>
a { background-color: #53470C; }
a { background-color: rgb(83,71,12); }
div.DivClassName
{
background-color: #53470C;
}
.BgClassName
{
background-color: #53470C;
}
</style>
border-color css
<style>
span { border-color: #53470C; }
span { border-color: rgb(83,71,12); }
td.TdClassName
{
border-color: #53470C;
}
.TagClassName
{
border-color: #53470C;
}
</style>