Shades of Bronze Olive #544B1D
Tints of Bronze Olive #544B1D
RGB
CMYK
RGB Variations
Color information
#544B1D (or 0x544B1D) is known color: Bronze Olive. HEX triplet: 54, 4B and 1D. RGB value is (84,75,29). Sum of RGB (Red+Green+Blue) = 84+75+29=188 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.68% from 188); Green value is 75 (29.69% from 255 or 39.89% from 188); Blue value is 29 (11.72% from 255 or 15.43% from 188); Max value from RGB is 84 - color contains mainly: red. Hex color #544B1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544B1D is #ABB4E2. Grayscale: #484848. Windows color (decimal): -11252963 or 1919828. OLE color: 1919828.
HSL color Cylindrical-coordinate representation of color #544B1D: hue angle of 50.18º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #544B1D is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 75 | 29 | - |
| CMYK | 0 | 0.11 | 0.65 | 0.67 |
| HSL | 50.18º | 0.49% | 0.22% | - |
| HSV(B) | 50.18º | 0.65% | 0.33% | - |
| XYZ | 6.39 | 7.01 | 2.18 | - |
| YUV | 72.45 | 103.48 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 75 | 29 | 0 | 0.11 | 0.65 | 0.67 | 50.18 | 0.49 | 0.22 |
| Hex | 54 | 4B | 1D | 0 | B | 41 | 43 | 32 | 31 | 16 |
| Octal | 124 | 113 | 35 | 0 | 13 | 101 | 103 | 62 | 61 | 26 |
| Binary | 1010100 | 1001011 | 11101 | 0 | 1011 | 1000001 | 1000011 | 110010 | 110001 | 10110 |
Color Harmonies of #544B1D
Complementary color
Monochromatic Colors of #544B1D
Black with #544B1D
Text Example
Text Example
White with #544B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544B1D; }
p { color: rgb(84,75,29); }
H1.HeaderClassName
{
color: #544B1D;
}
.AnyTagClassName
{
color: #544B1D;
}
</style>
background-color css
<style>
a { background-color: #544B1D; }
a { background-color: rgb(84,75,29); }
div.DivClassName
{
background-color: #544B1D;
}
.BgClassName
{
background-color: #544B1D;
}
</style>
border-color css
<style>
span { border-color: #544B1D; }
span { border-color: rgb(84,75,29); }
td.TdClassName
{
border-color: #544B1D;
}
.TagClassName
{
border-color: #544B1D;
}
</style>