Shades of Bronze Olive #514B23
Tints of Bronze Olive #514B23
RGB
CMYK
RGB Variations
Color information
#514B23 (or 0x514B23) is known color: Bronze Olive. HEX triplet: 51, 4B and 23. RGB value is (81,75,35). Sum of RGB (Red+Green+Blue) = 81+75+35=191 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.41% from 191); Green value is 75 (29.69% from 255 or 39.27% from 191); Blue value is 35 (14.06% from 255 or 18.32% from 191); Max value from RGB is 81 - color contains mainly: red. Hex color #514B23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514B23 is #AEB4DC. Grayscale: #484848. Windows color (decimal): -11449565 or 2313041. OLE color: 2313041.
HSL color Cylindrical-coordinate representation of color #514B23: hue angle of 52.17º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #514B23 is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 75 | 35 | - |
| CMYK | 0 | 0.07 | 0.57 | 0.68 |
| HSL | 52.17º | 0.4% | 0.23% | - |
| HSV(B) | 52.17º | 0.57% | 0.32% | - |
| XYZ | 6.21 | 6.9 | 2.6 | - |
| YUV | 72.23 | 106.99 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 75 | 35 | 0 | 0.07 | 0.57 | 0.68 | 52.17 | 0.4 | 0.23 |
| Hex | 51 | 4B | 23 | 0 | 7 | 39 | 44 | 34 | 28 | 17 |
| Octal | 121 | 113 | 43 | 0 | 7 | 71 | 104 | 64 | 50 | 27 |
| Binary | 1010001 | 1001011 | 100011 | 0 | 111 | 111001 | 1000100 | 110100 | 101000 | 10111 |
Color Harmonies of #514B23
Complementary color
Monochromatic Colors of #514B23
Black with #514B23
Text Example
Text Example
White with #514B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514B23; }
p { color: rgb(81,75,35); }
H1.HeaderClassName
{
color: #514B23;
}
.AnyTagClassName
{
color: #514B23;
}
</style>
background-color css
<style>
a { background-color: #514B23; }
a { background-color: rgb(81,75,35); }
div.DivClassName
{
background-color: #514B23;
}
.BgClassName
{
background-color: #514B23;
}
</style>
border-color css
<style>
span { border-color: #514B23; }
span { border-color: rgb(81,75,35); }
td.TdClassName
{
border-color: #514B23;
}
.TagClassName
{
border-color: #514B23;
}
</style>