Shades of Bronze Olive #51461A
Tints of Bronze Olive #51461A
RGB
CMYK
RGB Variations
Color information
#51461A (or 0x51461A) is known color: Bronze Olive. HEX triplet: 51, 46 and 1A. RGB value is (81,70,26). Sum of RGB (Red+Green+Blue) = 81+70+26=177 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.76% from 177); Green value is 70 (27.73% from 255 or 39.55% from 177); Blue value is 26 (10.55% from 255 or 14.69% from 177); Max value from RGB is 81 - color contains mainly: red. Hex color #51461A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51461A is #AEB9E5. Grayscale: #444444. Windows color (decimal): -11450854 or 1721937. OLE color: 1721937.
HSL color Cylindrical-coordinate representation of color #51461A: hue angle of 48º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51461A is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 70 | 26 | - |
| CMYK | 0 | 0.14 | 0.68 | 0.68 |
| HSL | 48º | 0.51% | 0.21% | - |
| HSV(B) | 48º | 0.68% | 0.32% | - |
| XYZ | 5.77 | 6.2 | 1.87 | - |
| YUV | 68.27 | 104.14 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 70 | 26 | 0 | 0.14 | 0.68 | 0.68 | 48 | 0.51 | 0.21 |
| Hex | 51 | 46 | 1A | 0 | E | 44 | 44 | 30 | 33 | 15 |
| Octal | 121 | 106 | 32 | 0 | 16 | 104 | 104 | 60 | 63 | 25 |
| Binary | 1010001 | 1000110 | 11010 | 0 | 1110 | 1000100 | 1000100 | 110000 | 110011 | 10101 |
Color Harmonies of #51461A
Complementary color
Monochromatic Colors of #51461A
Black with #51461A
Text Example
Text Example
White with #51461A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51461A; }
p { color: rgb(81,70,26); }
H1.HeaderClassName
{
color: #51461A;
}
.AnyTagClassName
{
color: #51461A;
}
</style>
background-color css
<style>
a { background-color: #51461A; }
a { background-color: rgb(81,70,26); }
div.DivClassName
{
background-color: #51461A;
}
.BgClassName
{
background-color: #51461A;
}
</style>
border-color css
<style>
span { border-color: #51461A; }
span { border-color: rgb(81,70,26); }
td.TdClassName
{
border-color: #51461A;
}
.TagClassName
{
border-color: #51461A;
}
</style>