Shades of Bronze Olive #544808
Tints of Bronze Olive #544808
RGB
CMYK
RGB Variations
Color information
#544808 (or 0x544808) is known color: Bronze Olive. HEX triplet: 54, 48 and 08. RGB value is (84,72,8). Sum of RGB (Red+Green+Blue) = 84+72+8=164 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.22% from 164); Green value is 72 (28.52% from 255 or 43.90% from 164); Blue value is 8 (3.52% from 255 or 4.88% from 164); Max value from RGB is 84 - color contains mainly: red. Hex color #544808 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544808 is #ABB7F7. Grayscale: #444444. Windows color (decimal): -11253752 or 542804. OLE color: 542804.
HSL color Cylindrical-coordinate representation of color #544808: hue angle of 50.53º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #544808 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 72 | 8 | - |
| CMYK | 0 | 0.14 | 0.90 | 0.67 |
| HSL | 50.53º | 0.83% | 0.18% | - |
| HSV(B) | 50.53º | 0.9% | 0.33% | - |
| XYZ | 6.02 | 6.54 | 1.17 | - |
| YUV | 68.29 | 93.98 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 72 | 8 | 0 | 0.14 | 0.90 | 0.67 | 50.53 | 0.83 | 0.18 |
| Hex | 54 | 48 | 8 | 0 | E | 5A | 43 | 33 | 53 | 12 |
| Octal | 124 | 110 | 10 | 0 | 16 | 132 | 103 | 63 | 123 | 22 |
| Binary | 1010100 | 1001000 | 1000 | 0 | 1110 | 1011010 | 1000011 | 110011 | 1010011 | 10010 |
Color Harmonies of #544808
Complementary color
Monochromatic Colors of #544808
Black with #544808
Text Example
Text Example
White with #544808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544808; }
p { color: rgb(84,72,8); }
H1.HeaderClassName
{
color: #544808;
}
.AnyTagClassName
{
color: #544808;
}
</style>
background-color css
<style>
a { background-color: #544808; }
a { background-color: rgb(84,72,8); }
div.DivClassName
{
background-color: #544808;
}
.BgClassName
{
background-color: #544808;
}
</style>
border-color css
<style>
span { border-color: #544808; }
span { border-color: rgb(84,72,8); }
td.TdClassName
{
border-color: #544808;
}
.TagClassName
{
border-color: #544808;
}
</style>