Shades of Bronze Olive #544B26
Tints of Bronze Olive #544B26
RGB
CMYK
RGB Variations
Color information
#544B26 (or 0x544B26) is known color: Bronze Olive. HEX triplet: 54, 4B and 26. RGB value is (84,75,38). Sum of RGB (Red+Green+Blue) = 84+75+38=197 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.64% from 197); Green value is 75 (29.69% from 255 or 38.07% from 197); Blue value is 38 (15.23% from 255 or 19.29% from 197); Max value from RGB is 84 - color contains mainly: red. Hex color #544B26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544B26 is #ABB4D9. Grayscale: #494949. Windows color (decimal): -11252954 or 2509652. OLE color: 2509652.
HSL color Cylindrical-coordinate representation of color #544B26: hue angle of 48.26º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #544B26 is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 75 | 38 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.67 |
| HSL | 48.26º | 0.38% | 0.24% | - |
| HSV(B) | 48.26º | 0.55% | 0.33% | - |
| XYZ | 6.52 | 7.06 | 2.85 | - |
| YUV | 73.47 | 107.98 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 75 | 38 | 0 | 0.11 | 0.55 | 0.67 | 48.26 | 0.38 | 0.24 |
| Hex | 54 | 4B | 26 | 0 | B | 37 | 43 | 30 | 26 | 18 |
| Octal | 124 | 113 | 46 | 0 | 13 | 67 | 103 | 60 | 46 | 30 |
| Binary | 1010100 | 1001011 | 100110 | 0 | 1011 | 110111 | 1000011 | 110000 | 100110 | 11000 |
Color Harmonies of #544B26
Complementary color
Monochromatic Colors of #544B26
Black with #544B26
Text Example
Text Example
White with #544B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544B26; }
p { color: rgb(84,75,38); }
H1.HeaderClassName
{
color: #544B26;
}
.AnyTagClassName
{
color: #544B26;
}
</style>
background-color css
<style>
a { background-color: #544B26; }
a { background-color: rgb(84,75,38); }
div.DivClassName
{
background-color: #544B26;
}
.BgClassName
{
background-color: #544B26;
}
</style>
border-color css
<style>
span { border-color: #544B26; }
span { border-color: rgb(84,75,38); }
td.TdClassName
{
border-color: #544B26;
}
.TagClassName
{
border-color: #544B26;
}
</style>