Shades of Bronze Olive #504B11
Tints of Bronze Olive #504B11
RGB
CMYK
RGB Variations
Color information
#504B11 (or 0x504B11) is known color: Bronze Olive. HEX triplet: 50, 4B and 11. RGB value is (80,75,17). Sum of RGB (Red+Green+Blue) = 80+75+17=172 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.51% from 172); Green value is 75 (29.69% from 255 or 43.60% from 172); Blue value is 17 (7.03% from 255 or 9.88% from 172); Max value from RGB is 80 - color contains mainly: red. Hex color #504B11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504B11 is #AFB4EE. Grayscale: #464646. Windows color (decimal): -11515119 or 1133392. OLE color: 1133392.
HSL color Cylindrical-coordinate representation of color #504B11: hue angle of 55.24º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #504B11 is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 75 | 17 | - |
| CMYK | 0 | 0.06 | 0.79 | 0.69 |
| HSL | 55.24º | 0.65% | 0.19% | - |
| HSV(B) | 55.24º | 0.79% | 0.31% | - |
| XYZ | 5.93 | 6.78 | 1.53 | - |
| YUV | 69.88 | 98.16 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 75 | 17 | 0 | 0.06 | 0.79 | 0.69 | 55.24 | 0.65 | 0.19 |
| Hex | 50 | 4B | 11 | 0 | 6 | 4F | 45 | 37 | 41 | 13 |
| Octal | 120 | 113 | 21 | 0 | 6 | 117 | 105 | 67 | 101 | 23 |
| Binary | 1010000 | 1001011 | 10001 | 0 | 110 | 1001111 | 1000101 | 110111 | 1000001 | 10011 |
Color Harmonies of #504B11
Complementary color
Monochromatic Colors of #504B11
Black with #504B11
Text Example
Text Example
White with #504B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504B11; }
p { color: rgb(80,75,17); }
H1.HeaderClassName
{
color: #504B11;
}
.AnyTagClassName
{
color: #504B11;
}
</style>
background-color css
<style>
a { background-color: #504B11; }
a { background-color: rgb(80,75,17); }
div.DivClassName
{
background-color: #504B11;
}
.BgClassName
{
background-color: #504B11;
}
</style>
border-color css
<style>
span { border-color: #504B11; }
span { border-color: rgb(80,75,17); }
td.TdClassName
{
border-color: #504B11;
}
.TagClassName
{
border-color: #504B11;
}
</style>