Shades of Bronze Olive #544B10
Tints of Bronze Olive #544B10
RGB
CMYK
RGB Variations
Color information
#544B10 (or 0x544B10) is known color: Bronze Olive. HEX triplet: 54, 4B and 10. RGB value is (84,75,16). Sum of RGB (Red+Green+Blue) = 84+75+16=175 (23% of max value = 765). Red value is 84 (33.20% from 255 or 48% from 175); Green value is 75 (29.69% from 255 or 42.86% from 175); Blue value is 16 (6.64% from 255 or 9.14% from 175); Max value from RGB is 84 - color contains mainly: red. Hex color #544B10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544B10 is #ABB4EF. Grayscale: #474747. Windows color (decimal): -11252976 or 1067860. OLE color: 1067860.
HSL color Cylindrical-coordinate representation of color #544B10: hue angle of 52.06º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #544B10 is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 75 | 16 | - |
| CMYK | 0 | 0.11 | 0.81 | 0.67 |
| HSL | 52.06º | 0.68% | 0.2% | - |
| HSV(B) | 52.06º | 0.81% | 0.33% | - |
| XYZ | 6.27 | 6.95 | 1.5 | - |
| YUV | 70.97 | 96.98 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 75 | 16 | 0 | 0.11 | 0.81 | 0.67 | 52.06 | 0.68 | 0.2 |
| Hex | 54 | 4B | 10 | 0 | B | 51 | 43 | 34 | 44 | 14 |
| Octal | 124 | 113 | 20 | 0 | 13 | 121 | 103 | 64 | 104 | 24 |
| Binary | 1010100 | 1001011 | 10000 | 0 | 1011 | 1010001 | 1000011 | 110100 | 1000100 | 10100 |
Color Harmonies of #544B10
Complementary color
Monochromatic Colors of #544B10
Black with #544B10
Text Example
Text Example
White with #544B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544B10; }
p { color: rgb(84,75,16); }
H1.HeaderClassName
{
color: #544B10;
}
.AnyTagClassName
{
color: #544B10;
}
</style>
background-color css
<style>
a { background-color: #544B10; }
a { background-color: rgb(84,75,16); }
div.DivClassName
{
background-color: #544B10;
}
.BgClassName
{
background-color: #544B10;
}
</style>
border-color css
<style>
span { border-color: #544B10; }
span { border-color: rgb(84,75,16); }
td.TdClassName
{
border-color: #544B10;
}
.TagClassName
{
border-color: #544B10;
}
</style>