Shades of Bronze Olive #504B0F
Tints of Bronze Olive #504B0F
RGB
CMYK
RGB Variations
Color information
#504B0F (or 0x504B0F) is known color: Bronze Olive. HEX triplet: 50, 4B and 0F. RGB value is (80,75,15). Sum of RGB (Red+Green+Blue) = 80+75+15=170 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.06% from 170); Green value is 75 (29.69% from 255 or 44.12% from 170); Blue value is 15 (6.25% from 255 or 8.82% from 170); Max value from RGB is 80 - color contains mainly: red. Hex color #504B0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504B0F is #AFB4F0. Grayscale: #454545. Windows color (decimal): -11515121 or 1002320. OLE color: 1002320.
HSL color Cylindrical-coordinate representation of color #504B0F: hue angle of 55.38º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #504B0F is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 75 | 15 | - |
| CMYK | 0 | 0.06 | 0.81 | 0.69 |
| HSL | 55.38º | 0.68% | 0.19% | - |
| HSV(B) | 55.38º | 0.81% | 0.31% | - |
| XYZ | 5.91 | 6.77 | 1.45 | - |
| YUV | 69.66 | 97.16 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 75 | 15 | 0 | 0.06 | 0.81 | 0.69 | 55.38 | 0.68 | 0.19 |
| Hex | 50 | 4B | F | 0 | 6 | 51 | 45 | 37 | 44 | 13 |
| Octal | 120 | 113 | 17 | 0 | 6 | 121 | 105 | 67 | 104 | 23 |
| Binary | 1010000 | 1001011 | 1111 | 0 | 110 | 1010001 | 1000101 | 110111 | 1000100 | 10011 |
Color Harmonies of #504B0F
Complementary color
Monochromatic Colors of #504B0F
Black with #504B0F
Text Example
Text Example
White with #504B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504B0F; }
p { color: rgb(80,75,15); }
H1.HeaderClassName
{
color: #504B0F;
}
.AnyTagClassName
{
color: #504B0F;
}
</style>
background-color css
<style>
a { background-color: #504B0F; }
a { background-color: rgb(80,75,15); }
div.DivClassName
{
background-color: #504B0F;
}
.BgClassName
{
background-color: #504B0F;
}
</style>
border-color css
<style>
span { border-color: #504B0F; }
span { border-color: rgb(80,75,15); }
td.TdClassName
{
border-color: #504B0F;
}
.TagClassName
{
border-color: #504B0F;
}
</style>