Shades of Bronze Olive #54441B
Tints of Bronze Olive #54441B
RGB
CMYK
RGB Variations
Color information
#54441B (or 0x54441B) is known color: Bronze Olive. HEX triplet: 54, 44 and 1B. RGB value is (84,68,27). Sum of RGB (Red+Green+Blue) = 84+68+27=179 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.93% from 179); Green value is 68 (26.95% from 255 or 37.99% from 179); Blue value is 27 (10.94% from 255 or 15.08% from 179); Max value from RGB is 84 - color contains mainly: red. Hex color #54441B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54441B is #ABBBE4. Grayscale: #444444. Windows color (decimal): -11254757 or 1786964. OLE color: 1786964.
HSL color Cylindrical-coordinate representation of color #54441B: hue angle of 43.16º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #54441B is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 68 | 27 | - |
| CMYK | 0 | 0.19 | 0.68 | 0.67 |
| HSL | 43.16º | 0.51% | 0.22% | - |
| HSV(B) | 43.16º | 0.68% | 0.33% | - |
| XYZ | 5.92 | 6.1 | 1.9 | - |
| YUV | 68.11 | 104.8 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 68 | 27 | 0 | 0.19 | 0.68 | 0.67 | 43.16 | 0.51 | 0.22 |
| Hex | 54 | 44 | 1B | 0 | 13 | 44 | 43 | 2B | 33 | 16 |
| Octal | 124 | 104 | 33 | 0 | 23 | 104 | 103 | 53 | 63 | 26 |
| Binary | 1010100 | 1000100 | 11011 | 0 | 10011 | 1000100 | 1000011 | 101011 | 110011 | 10110 |
Color Harmonies of #54441B
Complementary color
Monochromatic Colors of #54441B
Black with #54441B
Text Example
Text Example
White with #54441B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54441B; }
p { color: rgb(84,68,27); }
H1.HeaderClassName
{
color: #54441B;
}
.AnyTagClassName
{
color: #54441B;
}
</style>
background-color css
<style>
a { background-color: #54441B; }
a { background-color: rgb(84,68,27); }
div.DivClassName
{
background-color: #54441B;
}
.BgClassName
{
background-color: #54441B;
}
</style>
border-color css
<style>
span { border-color: #54441B; }
span { border-color: rgb(84,68,27); }
td.TdClassName
{
border-color: #54441B;
}
.TagClassName
{
border-color: #54441B;
}
</style>