Shades of Bronze Olive #504A27
Tints of Bronze Olive #504A27
RGB
CMYK
RGB Variations
Color information
#504A27 (or 0x504A27) is known color: Bronze Olive. HEX triplet: 50, 4A and 27. RGB value is (80,74,39). Sum of RGB (Red+Green+Blue) = 80+74+39=193 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.45% from 193); Green value is 74 (29.30% from 255 or 38.34% from 193); Blue value is 39 (15.62% from 255 or 20.21% from 193); Max value from RGB is 80 - color contains mainly: red. Hex color #504A27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504A27 is #AFB5D8. Grayscale: #474747. Windows color (decimal): -11515353 or 2574928. OLE color: 2574928.
HSL color Cylindrical-coordinate representation of color #504A27: hue angle of 51.22º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #504A27 is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 74 | 39 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.69 |
| HSL | 51.22º | 0.34% | 0.23% | - |
| HSV(B) | 51.22º | 0.51% | 0.31% | - |
| XYZ | 6.12 | 6.75 | 2.9 | - |
| YUV | 71.8 | 109.49 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 74 | 39 | 0 | 0.08 | 0.51 | 0.69 | 51.22 | 0.34 | 0.23 |
| Hex | 50 | 4A | 27 | 0 | 8 | 33 | 45 | 33 | 22 | 17 |
| Octal | 120 | 112 | 47 | 0 | 10 | 63 | 105 | 63 | 42 | 27 |
| Binary | 1010000 | 1001010 | 100111 | 0 | 1000 | 110011 | 1000101 | 110011 | 100010 | 10111 |
Color Harmonies of #504A27
Complementary color
Monochromatic Colors of #504A27
Black with #504A27
Text Example
Text Example
White with #504A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504A27; }
p { color: rgb(80,74,39); }
H1.HeaderClassName
{
color: #504A27;
}
.AnyTagClassName
{
color: #504A27;
}
</style>
background-color css
<style>
a { background-color: #504A27; }
a { background-color: rgb(80,74,39); }
div.DivClassName
{
background-color: #504A27;
}
.BgClassName
{
background-color: #504A27;
}
</style>
border-color css
<style>
span { border-color: #504A27; }
span { border-color: rgb(80,74,39); }
td.TdClassName
{
border-color: #504A27;
}
.TagClassName
{
border-color: #504A27;
}
</style>