Shades of Bronze Olive #51461B
Tints of Bronze Olive #51461B
RGB
CMYK
RGB Variations
Color information
#51461B (or 0x51461B) is known color: Bronze Olive. HEX triplet: 51, 46 and 1B. RGB value is (81,70,27). Sum of RGB (Red+Green+Blue) = 81+70+27=178 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.51% from 178); Green value is 70 (27.73% from 255 or 39.33% from 178); Blue value is 27 (10.94% from 255 or 15.17% from 178); Max value from RGB is 81 - color contains mainly: red. Hex color #51461B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51461B is #AEB9E4. Grayscale: #444444. Windows color (decimal): -11450853 or 1787473. OLE color: 1787473.
HSL color Cylindrical-coordinate representation of color #51461B: hue angle of 47.78º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #51461B is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 70 | 27 | - |
| CMYK | 0 | 0.14 | 0.67 | 0.68 |
| HSL | 47.78º | 0.5% | 0.21% | - |
| HSV(B) | 47.78º | 0.67% | 0.32% | - |
| XYZ | 5.78 | 6.21 | 1.93 | - |
| YUV | 68.39 | 104.64 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 70 | 27 | 0 | 0.14 | 0.67 | 0.68 | 47.78 | 0.5 | 0.21 |
| Hex | 51 | 46 | 1B | 0 | E | 43 | 44 | 30 | 32 | 15 |
| Octal | 121 | 106 | 33 | 0 | 16 | 103 | 104 | 60 | 62 | 25 |
| Binary | 1010001 | 1000110 | 11011 | 0 | 1110 | 1000011 | 1000100 | 110000 | 110010 | 10101 |
Color Harmonies of #51461B
Complementary color
Monochromatic Colors of #51461B
Black with #51461B
Text Example
Text Example
White with #51461B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51461B; }
p { color: rgb(81,70,27); }
H1.HeaderClassName
{
color: #51461B;
}
.AnyTagClassName
{
color: #51461B;
}
</style>
background-color css
<style>
a { background-color: #51461B; }
a { background-color: rgb(81,70,27); }
div.DivClassName
{
background-color: #51461B;
}
.BgClassName
{
background-color: #51461B;
}
</style>
border-color css
<style>
span { border-color: #51461B; }
span { border-color: rgb(81,70,27); }
td.TdClassName
{
border-color: #51461B;
}
.TagClassName
{
border-color: #51461B;
}
</style>