Shades of Bronze Olive #504623
Tints of Bronze Olive #504623
RGB
CMYK
RGB Variations
Color information
#504623 (or 0x504623) is known color: Bronze Olive. HEX triplet: 50, 46 and 23. RGB value is (80,70,35). Sum of RGB (Red+Green+Blue) = 80+70+35=185 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.24% from 185); Green value is 70 (27.73% from 255 or 37.84% from 185); Blue value is 35 (14.06% from 255 or 18.92% from 185); Max value from RGB is 80 - color contains mainly: red. Hex color #504623 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504623 is #AFB9DC. Grayscale: #454545. Windows color (decimal): -11516381 or 2311760. OLE color: 2311760.
HSL color Cylindrical-coordinate representation of color #504623: hue angle of 46.67º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #504623 is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 70 | 35 | - |
| CMYK | 0 | 0.12 | 0.56 | 0.69 |
| HSL | 46.67º | 0.39% | 0.23% | - |
| HSV(B) | 46.67º | 0.56% | 0.31% | - |
| XYZ | 5.8 | 6.21 | 2.48 | - |
| YUV | 69 | 108.81 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 70 | 35 | 0 | 0.12 | 0.56 | 0.69 | 46.67 | 0.39 | 0.23 |
| Hex | 50 | 46 | 23 | 0 | C | 38 | 45 | 2F | 27 | 17 |
| Octal | 120 | 106 | 43 | 0 | 14 | 70 | 105 | 57 | 47 | 27 |
| Binary | 1010000 | 1000110 | 100011 | 0 | 1100 | 111000 | 1000101 | 101111 | 100111 | 10111 |
Color Harmonies of #504623
Complementary color
Monochromatic Colors of #504623
Black with #504623
Text Example
Text Example
White with #504623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504623; }
p { color: rgb(80,70,35); }
H1.HeaderClassName
{
color: #504623;
}
.AnyTagClassName
{
color: #504623;
}
</style>
background-color css
<style>
a { background-color: #504623; }
a { background-color: rgb(80,70,35); }
div.DivClassName
{
background-color: #504623;
}
.BgClassName
{
background-color: #504623;
}
</style>
border-color css
<style>
span { border-color: #504623; }
span { border-color: rgb(80,70,35); }
td.TdClassName
{
border-color: #504623;
}
.TagClassName
{
border-color: #504623;
}
</style>