Shades of Bronze Olive #514B25
Tints of Bronze Olive #514B25
RGB
CMYK
RGB Variations
Color information
#514B25 (or 0x514B25) is known color: Bronze Olive. HEX triplet: 51, 4B and 25. RGB value is (81,75,37). Sum of RGB (Red+Green+Blue) = 81+75+37=193 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.97% from 193); Green value is 75 (29.69% from 255 or 38.86% from 193); Blue value is 37 (14.84% from 255 or 19.17% from 193); Max value from RGB is 81 - color contains mainly: red. Hex color #514B25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514B25 is #AEB4DA. Grayscale: #484848. Windows color (decimal): -11449563 or 2444113. OLE color: 2444113.
HSL color Cylindrical-coordinate representation of color #514B25: hue angle of 51.82º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #514B25 is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 75 | 37 | - |
| CMYK | 0 | 0.07 | 0.54 | 0.68 |
| HSL | 51.82º | 0.37% | 0.23% | - |
| HSV(B) | 51.82º | 0.54% | 0.32% | - |
| XYZ | 6.24 | 6.92 | 2.76 | - |
| YUV | 72.46 | 107.99 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 75 | 37 | 0 | 0.07 | 0.54 | 0.68 | 51.82 | 0.37 | 0.23 |
| Hex | 51 | 4B | 25 | 0 | 7 | 36 | 44 | 34 | 25 | 17 |
| Octal | 121 | 113 | 45 | 0 | 7 | 66 | 104 | 64 | 45 | 27 |
| Binary | 1010001 | 1001011 | 100101 | 0 | 111 | 110110 | 1000100 | 110100 | 100101 | 10111 |
Color Harmonies of #514B25
Complementary color
Monochromatic Colors of #514B25
Black with #514B25
Text Example
Text Example
White with #514B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514B25; }
p { color: rgb(81,75,37); }
H1.HeaderClassName
{
color: #514B25;
}
.AnyTagClassName
{
color: #514B25;
}
</style>
background-color css
<style>
a { background-color: #514B25; }
a { background-color: rgb(81,75,37); }
div.DivClassName
{
background-color: #514B25;
}
.BgClassName
{
background-color: #514B25;
}
</style>
border-color css
<style>
span { border-color: #514B25; }
span { border-color: rgb(81,75,37); }
td.TdClassName
{
border-color: #514B25;
}
.TagClassName
{
border-color: #514B25;
}
</style>