Shades of Bronze Olive #51451E
Tints of Bronze Olive #51451E
RGB
CMYK
RGB Variations
Color information
#51451E (or 0x51451E) is known color: Bronze Olive. HEX triplet: 51, 45 and 1E. RGB value is (81,69,30). Sum of RGB (Red+Green+Blue) = 81+69+30=180 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45% from 180); Green value is 69 (27.34% from 255 or 38.33% from 180); Blue value is 30 (12.11% from 255 or 16.67% from 180); Max value from RGB is 81 - color contains mainly: red. Hex color #51451E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51451E is #AEBAE1. Grayscale: #444444. Windows color (decimal): -11451106 or 1983825. OLE color: 1983825.
HSL color Cylindrical-coordinate representation of color #51451E: hue angle of 45.88º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51451E is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 69 | 30 | - |
| CMYK | 0 | 0.15 | 0.63 | 0.68 |
| HSL | 45.88º | 0.46% | 0.22% | - |
| HSV(B) | 45.88º | 0.63% | 0.32% | - |
| XYZ | 5.76 | 6.1 | 2.1 | - |
| YUV | 68.14 | 106.48 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 69 | 30 | 0 | 0.15 | 0.63 | 0.68 | 45.88 | 0.46 | 0.22 |
| Hex | 51 | 45 | 1E | 0 | F | 3F | 44 | 2E | 2E | 16 |
| Octal | 121 | 105 | 36 | 0 | 17 | 77 | 104 | 56 | 56 | 26 |
| Binary | 1010001 | 1000101 | 11110 | 0 | 1111 | 111111 | 1000100 | 101110 | 101110 | 10110 |
Color Harmonies of #51451E
Complementary color
Monochromatic Colors of #51451E
Black with #51451E
Text Example
Text Example
White with #51451E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51451E; }
p { color: rgb(81,69,30); }
H1.HeaderClassName
{
color: #51451E;
}
.AnyTagClassName
{
color: #51451E;
}
</style>
background-color css
<style>
a { background-color: #51451E; }
a { background-color: rgb(81,69,30); }
div.DivClassName
{
background-color: #51451E;
}
.BgClassName
{
background-color: #51451E;
}
</style>
border-color css
<style>
span { border-color: #51451E; }
span { border-color: rgb(81,69,30); }
td.TdClassName
{
border-color: #51451E;
}
.TagClassName
{
border-color: #51451E;
}
</style>