Shades of Bronze Olive #504823
Tints of Bronze Olive #504823
RGB
CMYK
RGB Variations
Color information
#504823 (or 0x504823) is known color: Bronze Olive. HEX triplet: 50, 48 and 23. RGB value is (80,72,35). Sum of RGB (Red+Green+Blue) = 80+72+35=187 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.78% from 187); Green value is 72 (28.52% from 255 or 38.50% from 187); Blue value is 35 (14.06% from 255 or 18.72% from 187); Max value from RGB is 80 - color contains mainly: red. Hex color #504823 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504823 is #AFB7DC. Grayscale: #464646. Windows color (decimal): -11515869 or 2312272. OLE color: 2312272.
HSL color Cylindrical-coordinate representation of color #504823: hue angle of 49.33º 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 #504823 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 72 | 35 | - |
| CMYK | 0 | 0.10 | 0.56 | 0.69 |
| HSL | 49.33º | 0.39% | 0.23% | - |
| HSV(B) | 49.33º | 0.56% | 0.31% | - |
| XYZ | 5.93 | 6.46 | 2.52 | - |
| YUV | 70.17 | 108.15 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 72 | 35 | 0 | 0.10 | 0.56 | 0.69 | 49.33 | 0.39 | 0.23 |
| Hex | 50 | 48 | 23 | 0 | A | 38 | 45 | 31 | 27 | 17 |
| Octal | 120 | 110 | 43 | 0 | 12 | 70 | 105 | 61 | 47 | 27 |
| Binary | 1010000 | 1001000 | 100011 | 0 | 1010 | 111000 | 1000101 | 110001 | 100111 | 10111 |
Color Harmonies of #504823
Complementary color
Monochromatic Colors of #504823
Black with #504823
Text Example
Text Example
White with #504823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504823; }
p { color: rgb(80,72,35); }
H1.HeaderClassName
{
color: #504823;
}
.AnyTagClassName
{
color: #504823;
}
</style>
background-color css
<style>
a { background-color: #504823; }
a { background-color: rgb(80,72,35); }
div.DivClassName
{
background-color: #504823;
}
.BgClassName
{
background-color: #504823;
}
</style>
border-color css
<style>
span { border-color: #504823; }
span { border-color: rgb(80,72,35); }
td.TdClassName
{
border-color: #504823;
}
.TagClassName
{
border-color: #504823;
}
</style>