Shades of Bronze Olive #544B2A
Tints of Bronze Olive #544B2A
RGB
CMYK
RGB Variations
Color information
#544B2A (or 0x544B2A) is known color: Bronze Olive. HEX triplet: 54, 4B and 2A. RGB value is (84,75,42). Sum of RGB (Red+Green+Blue) = 84+75+42=201 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.79% from 201); Green value is 75 (29.69% from 255 or 37.31% from 201); Blue value is 42 (16.80% from 255 or 20.90% from 201); Max value from RGB is 84 - color contains mainly: red. Hex color #544B2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544B2A is #ABB4D5. Grayscale: #4A4A4A. Windows color (decimal): -11252950 or 2771796. OLE color: 2771796.
HSL color Cylindrical-coordinate representation of color #544B2A: hue angle of 47.14º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #544B2A is Cyan = 0, Magento = 0.11, Yellow = 0.5 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 75 | 42 | - |
| CMYK | 0 | 0.11 | 0.5 | 0.67 |
| HSL | 47.14º | 0.33% | 0.25% | - |
| HSV(B) | 47.14º | 0.5% | 0.33% | - |
| XYZ | 6.59 | 7.08 | 3.21 | - |
| YUV | 73.93 | 109.98 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 75 | 42 | 0 | 0.11 | 0.5 | 0.67 | 47.14 | 0.33 | 0.25 |
| Hex | 54 | 4B | 2A | 0 | B | 32 | 43 | 2F | 21 | 19 |
| Octal | 124 | 113 | 52 | 0 | 13 | 62 | 103 | 57 | 41 | 31 |
| Binary | 1010100 | 1001011 | 101010 | 0 | 1011 | 110010 | 1000011 | 101111 | 100001 | 11001 |
Color Harmonies of #544B2A
Complementary color
Monochromatic Colors of #544B2A
Black with #544B2A
Text Example
Text Example
White with #544B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544B2A; }
p { color: rgb(84,75,42); }
H1.HeaderClassName
{
color: #544B2A;
}
.AnyTagClassName
{
color: #544B2A;
}
</style>
background-color css
<style>
a { background-color: #544B2A; }
a { background-color: rgb(84,75,42); }
div.DivClassName
{
background-color: #544B2A;
}
.BgClassName
{
background-color: #544B2A;
}
</style>
border-color css
<style>
span { border-color: #544B2A; }
span { border-color: rgb(84,75,42); }
td.TdClassName
{
border-color: #544B2A;
}
.TagClassName
{
border-color: #544B2A;
}
</style>