Shades of Bronze Olive #51460D
Tints of Bronze Olive #51460D
RGB
CMYK
RGB Variations
Color information
#51460D (or 0x51460D) is known color: Bronze Olive. HEX triplet: 51, 46 and 0D. RGB value is (81,70,13). Sum of RGB (Red+Green+Blue) = 81+70+13=164 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.39% from 164); Green value is 70 (27.73% from 255 or 42.68% from 164); Blue value is 13 (5.47% from 255 or 7.93% from 164); Max value from RGB is 81 - color contains mainly: red. Hex color #51460D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51460D is #AEB9F2. Grayscale: #434343. Windows color (decimal): -11450867 or 869969. OLE color: 869969.
HSL color Cylindrical-coordinate representation of color #51460D: hue angle of 50.29º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #51460D is Cyan = 0, Magento = 0.14, Yellow = 0.84 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 70 | 13 | - |
| CMYK | 0 | 0.14 | 0.84 | 0.68 |
| HSL | 50.29º | 0.72% | 0.18% | - |
| HSV(B) | 50.29º | 0.84% | 0.32% | - |
| XYZ | 5.66 | 6.16 | 1.27 | - |
| YUV | 66.79 | 97.64 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 70 | 13 | 0 | 0.14 | 0.84 | 0.68 | 50.29 | 0.72 | 0.18 |
| Hex | 51 | 46 | D | 0 | E | 54 | 44 | 32 | 48 | 12 |
| Octal | 121 | 106 | 15 | 0 | 16 | 124 | 104 | 62 | 110 | 22 |
| Binary | 1010001 | 1000110 | 1101 | 0 | 1110 | 1010100 | 1000100 | 110010 | 1001000 | 10010 |
Color Harmonies of #51460D
Complementary color
Monochromatic Colors of #51460D
Black with #51460D
Text Example
Text Example
White with #51460D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51460D; }
p { color: rgb(81,70,13); }
H1.HeaderClassName
{
color: #51460D;
}
.AnyTagClassName
{
color: #51460D;
}
</style>
background-color css
<style>
a { background-color: #51460D; }
a { background-color: rgb(81,70,13); }
div.DivClassName
{
background-color: #51460D;
}
.BgClassName
{
background-color: #51460D;
}
</style>
border-color css
<style>
span { border-color: #51460D; }
span { border-color: rgb(81,70,13); }
td.TdClassName
{
border-color: #51460D;
}
.TagClassName
{
border-color: #51460D;
}
</style>