Shades of Bronze Olive #544F1F
Tints of Bronze Olive #544F1F
RGB
CMYK
RGB Variations
Color information
#544F1F (or 0x544F1F) is known color: Bronze Olive. HEX triplet: 54, 4F and 1F. RGB value is (84,79,31). Sum of RGB (Red+Green+Blue) = 84+79+31=194 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.30% from 194); Green value is 79 (31.25% from 255 or 40.72% from 194); Blue value is 31 (12.5% from 255 or 15.98% from 194); Max value from RGB is 84 - color contains mainly: red. Hex color #544F1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #544F1F is #ABB0E0. Grayscale: #4B4B4B. Windows color (decimal): -11251937 or 2051924. OLE color: 2051924.
HSL color Cylindrical-coordinate representation of color #544F1F: hue angle of 54.34º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #544F1F is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 79 | 31 | - |
| CMYK | 0 | 0.06 | 0.63 | 0.67 |
| HSL | 54.34º | 0.46% | 0.23% | - |
| HSV(B) | 54.34º | 0.63% | 0.33% | - |
| XYZ | 6.7 | 7.58 | 2.41 | - |
| YUV | 75.02 | 103.16 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 79 | 31 | 0 | 0.06 | 0.63 | 0.67 | 54.34 | 0.46 | 0.23 |
| Hex | 54 | 4F | 1F | 0 | 6 | 3F | 43 | 36 | 2E | 17 |
| Octal | 124 | 117 | 37 | 0 | 6 | 77 | 103 | 66 | 56 | 27 |
| Binary | 1010100 | 1001111 | 11111 | 0 | 110 | 111111 | 1000011 | 110110 | 101110 | 10111 |
Color Harmonies of #544F1F
Complementary color
Monochromatic Colors of #544F1F
Black with #544F1F
Text Example
Text Example
White with #544F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544F1F; }
p { color: rgb(84,79,31); }
H1.HeaderClassName
{
color: #544F1F;
}
.AnyTagClassName
{
color: #544F1F;
}
</style>
background-color css
<style>
a { background-color: #544F1F; }
a { background-color: rgb(84,79,31); }
div.DivClassName
{
background-color: #544F1F;
}
.BgClassName
{
background-color: #544F1F;
}
</style>
border-color css
<style>
span { border-color: #544F1F; }
span { border-color: rgb(84,79,31); }
td.TdClassName
{
border-color: #544F1F;
}
.TagClassName
{
border-color: #544F1F;
}
</style>