Shades of Bronze Olive #54461C
Tints of Bronze Olive #54461C
RGB
CMYK
RGB Variations
Color information
#54461C (or 0x54461C) is known color: Bronze Olive. HEX triplet: 54, 46 and 1C. RGB value is (84,70,28). Sum of RGB (Red+Green+Blue) = 84+70+28=182 (24% of max value = 765). Red value is 84 (33.20% from 255 or 46.15% from 182); Green value is 70 (27.73% from 255 or 38.46% from 182); Blue value is 28 (11.33% from 255 or 15.38% from 182); Max value from RGB is 84 - color contains mainly: red. Hex color #54461C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54461C is #ABB9E3. Grayscale: #454545. Windows color (decimal): -11254244 or 1853012. OLE color: 1853012.
HSL color Cylindrical-coordinate representation of color #54461C: hue angle of 45º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54461C is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 70 | 28 | - |
| CMYK | 0 | 0.17 | 0.67 | 0.67 |
| HSL | 45º | 0.5% | 0.22% | - |
| HSV(B) | 45º | 0.67% | 0.33% | - |
| XYZ | 6.06 | 6.35 | 2 | - |
| YUV | 69.4 | 104.64 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 70 | 28 | 0 | 0.17 | 0.67 | 0.67 | 45 | 0.5 | 0.22 |
| Hex | 54 | 46 | 1C | 0 | 11 | 43 | 43 | 2D | 32 | 16 |
| Octal | 124 | 106 | 34 | 0 | 21 | 103 | 103 | 55 | 62 | 26 |
| Binary | 1010100 | 1000110 | 11100 | 0 | 10001 | 1000011 | 1000011 | 101101 | 110010 | 10110 |
Color Harmonies of #54461C
Complementary color
Monochromatic Colors of #54461C
Black with #54461C
Text Example
Text Example
White with #54461C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54461C; }
p { color: rgb(84,70,28); }
H1.HeaderClassName
{
color: #54461C;
}
.AnyTagClassName
{
color: #54461C;
}
</style>
background-color css
<style>
a { background-color: #54461C; }
a { background-color: rgb(84,70,28); }
div.DivClassName
{
background-color: #54461C;
}
.BgClassName
{
background-color: #54461C;
}
</style>
border-color css
<style>
span { border-color: #54461C; }
span { border-color: rgb(84,70,28); }
td.TdClassName
{
border-color: #54461C;
}
.TagClassName
{
border-color: #54461C;
}
</style>