Shades of Bronze Olive #514423
Tints of Bronze Olive #514423
RGB
CMYK
RGB Variations
Color information
#514423 (or 0x514423) is known color: Bronze Olive. HEX triplet: 51, 44 and 23. RGB value is (81,68,35). Sum of RGB (Red+Green+Blue) = 81+68+35=184 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.02% from 184); Green value is 68 (26.95% from 255 or 36.96% from 184); Blue value is 35 (14.06% from 255 or 19.02% from 184); Max value from RGB is 81 - color contains mainly: red. Hex color #514423 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514423 is #AEBBDC. Grayscale: #444444. Windows color (decimal): -11451357 or 2311249. OLE color: 2311249.
HSL color Cylindrical-coordinate representation of color #514423: hue angle of 43.04º 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 #514423 is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 68 | 35 | - |
| CMYK | 0 | 0.16 | 0.57 | 0.68 |
| HSL | 43.04º | 0.4% | 0.23% | - |
| HSV(B) | 43.04º | 0.57% | 0.32% | - |
| XYZ | 5.76 | 6 | 2.45 | - |
| YUV | 68.13 | 109.31 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 68 | 35 | 0 | 0.16 | 0.57 | 0.68 | 43.04 | 0.4 | 0.23 |
| Hex | 51 | 44 | 23 | 0 | 10 | 39 | 44 | 2B | 28 | 17 |
| Octal | 121 | 104 | 43 | 0 | 20 | 71 | 104 | 53 | 50 | 27 |
| Binary | 1010001 | 1000100 | 100011 | 0 | 10000 | 111001 | 1000100 | 101011 | 101000 | 10111 |
Color Harmonies of #514423
Complementary color
Monochromatic Colors of #514423
Black with #514423
Text Example
Text Example
White with #514423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514423; }
p { color: rgb(81,68,35); }
H1.HeaderClassName
{
color: #514423;
}
.AnyTagClassName
{
color: #514423;
}
</style>
background-color css
<style>
a { background-color: #514423; }
a { background-color: rgb(81,68,35); }
div.DivClassName
{
background-color: #514423;
}
.BgClassName
{
background-color: #514423;
}
</style>
border-color css
<style>
span { border-color: #514423; }
span { border-color: rgb(81,68,35); }
td.TdClassName
{
border-color: #514423;
}
.TagClassName
{
border-color: #514423;
}
</style>