Shades of Bronze Olive #504B16
Tints of Bronze Olive #504B16
RGB
CMYK
RGB Variations
Color information
#504B16 (or 0x504B16) is known color: Bronze Olive. HEX triplet: 50, 4B and 16. RGB value is (80,75,22). Sum of RGB (Red+Green+Blue) = 80+75+22=177 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.20% from 177); Green value is 75 (29.69% from 255 or 42.37% from 177); Blue value is 22 (8.98% from 255 or 12.43% from 177); Max value from RGB is 80 - color contains mainly: red. Hex color #504B16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504B16 is #AFB4E9. Grayscale: #464646. Windows color (decimal): -11515114 or 1461072. OLE color: 1461072.
HSL color Cylindrical-coordinate representation of color #504B16: hue angle of 54.83º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #504B16 is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 75 | 22 | - |
| CMYK | 0 | 0.06 | 0.72 | 0.69 |
| HSL | 54.83º | 0.57% | 0.2% | - |
| HSV(B) | 54.83º | 0.73% | 0.31% | - |
| XYZ | 5.97 | 6.8 | 1.76 | - |
| YUV | 70.45 | 100.66 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 75 | 22 | 0 | 0.06 | 0.72 | 0.69 | 54.83 | 0.57 | 0.2 |
| Hex | 50 | 4B | 16 | 0 | 6 | 48 | 45 | 37 | 39 | 14 |
| Octal | 120 | 113 | 26 | 0 | 6 | 110 | 105 | 67 | 71 | 24 |
| Binary | 1010000 | 1001011 | 10110 | 0 | 110 | 1001000 | 1000101 | 110111 | 111001 | 10100 |
Color Harmonies of #504B16
Complementary color
Monochromatic Colors of #504B16
Black with #504B16
Text Example
Text Example
White with #504B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504B16; }
p { color: rgb(80,75,22); }
H1.HeaderClassName
{
color: #504B16;
}
.AnyTagClassName
{
color: #504B16;
}
</style>
background-color css
<style>
a { background-color: #504B16; }
a { background-color: rgb(80,75,22); }
div.DivClassName
{
background-color: #504B16;
}
.BgClassName
{
background-color: #504B16;
}
</style>
border-color css
<style>
span { border-color: #504B16; }
span { border-color: rgb(80,75,22); }
td.TdClassName
{
border-color: #504B16;
}
.TagClassName
{
border-color: #504B16;
}
</style>