Shades of Bronze Olive #544B23
Tints of Bronze Olive #544B23
RGB
CMYK
RGB Variations
Color information
#544B23 (or 0x544B23) is known color: Bronze Olive. HEX triplet: 54, 4B and 23. RGB value is (84,75,35). Sum of RGB (Red+Green+Blue) = 84+75+35=194 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.30% from 194); Green value is 75 (29.69% from 255 or 38.66% from 194); Blue value is 35 (14.06% from 255 or 18.04% from 194); Max value from RGB is 84 - color contains mainly: red. Hex color #544B23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544B23 is #ABB4DC. Grayscale: #494949. Windows color (decimal): -11252957 or 2313044. OLE color: 2313044.
HSL color Cylindrical-coordinate representation of color #544B23: hue angle of 48.98º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #544B23 is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 75 | 35 | - |
| CMYK | 0 | 0.11 | 0.58 | 0.67 |
| HSL | 48.98º | 0.41% | 0.23% | - |
| HSV(B) | 48.98º | 0.58% | 0.33% | - |
| XYZ | 6.48 | 7.04 | 2.61 | - |
| YUV | 73.13 | 106.48 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 75 | 35 | 0 | 0.11 | 0.58 | 0.67 | 48.98 | 0.41 | 0.23 |
| Hex | 54 | 4B | 23 | 0 | B | 3A | 43 | 31 | 29 | 17 |
| Octal | 124 | 113 | 43 | 0 | 13 | 72 | 103 | 61 | 51 | 27 |
| Binary | 1010100 | 1001011 | 100011 | 0 | 1011 | 111010 | 1000011 | 110001 | 101001 | 10111 |
Color Harmonies of #544B23
Complementary color
Monochromatic Colors of #544B23
Black with #544B23
Text Example
Text Example
White with #544B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544B23; }
p { color: rgb(84,75,35); }
H1.HeaderClassName
{
color: #544B23;
}
.AnyTagClassName
{
color: #544B23;
}
</style>
background-color css
<style>
a { background-color: #544B23; }
a { background-color: rgb(84,75,35); }
div.DivClassName
{
background-color: #544B23;
}
.BgClassName
{
background-color: #544B23;
}
</style>
border-color css
<style>
span { border-color: #544B23; }
span { border-color: rgb(84,75,35); }
td.TdClassName
{
border-color: #544B23;
}
.TagClassName
{
border-color: #544B23;
}
</style>