Shades of Bronze Olive #54450B
Tints of Bronze Olive #54450B
RGB
CMYK
RGB Variations
Color information
#54450B (or 0x54450B) is known color: Bronze Olive. HEX triplet: 54, 45 and 0B. RGB value is (84,69,11). Sum of RGB (Red+Green+Blue) = 84+69+11=164 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.22% from 164); Green value is 69 (27.34% from 255 or 42.07% from 164); Blue value is 11 (4.69% from 255 or 6.71% from 164); Max value from RGB is 84 - color contains mainly: red. Hex color #54450B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54450B is #ABBAF4. Grayscale: #434343. Windows color (decimal): -11254517 or 738644. OLE color: 738644.
HSL color Cylindrical-coordinate representation of color #54450B: hue angle of 47.67º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #54450B is Cyan = 0, Magento = 0.18, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 69 | 11 | - |
| CMYK | 0 | 0.18 | 0.87 | 0.67 |
| HSL | 47.67º | 0.77% | 0.19% | - |
| HSV(B) | 47.67º | 0.87% | 0.33% | - |
| XYZ | 5.84 | 6.17 | 1.2 | - |
| YUV | 66.87 | 96.47 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 69 | 11 | 0 | 0.18 | 0.87 | 0.67 | 47.67 | 0.77 | 0.19 |
| Hex | 54 | 45 | B | 0 | 12 | 57 | 43 | 30 | 4D | 13 |
| Octal | 124 | 105 | 13 | 0 | 22 | 127 | 103 | 60 | 115 | 23 |
| Binary | 1010100 | 1000101 | 1011 | 0 | 10010 | 1010111 | 1000011 | 110000 | 1001101 | 10011 |
Color Harmonies of #54450B
Complementary color
Monochromatic Colors of #54450B
Black with #54450B
Text Example
Text Example
White with #54450B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54450B; }
p { color: rgb(84,69,11); }
H1.HeaderClassName
{
color: #54450B;
}
.AnyTagClassName
{
color: #54450B;
}
</style>
background-color css
<style>
a { background-color: #54450B; }
a { background-color: rgb(84,69,11); }
div.DivClassName
{
background-color: #54450B;
}
.BgClassName
{
background-color: #54450B;
}
</style>
border-color css
<style>
span { border-color: #54450B; }
span { border-color: rgb(84,69,11); }
td.TdClassName
{
border-color: #54450B;
}
.TagClassName
{
border-color: #54450B;
}
</style>