Shades of Bronze Olive #54461D
Tints of Bronze Olive #54461D
RGB
CMYK
RGB Variations
Color information
#54461D (or 0x54461D) is known color: Bronze Olive. HEX triplet: 54, 46 and 1D. RGB value is (84,70,29). Sum of RGB (Red+Green+Blue) = 84+70+29=183 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.90% from 183); Green value is 70 (27.73% from 255 or 38.25% from 183); Blue value is 29 (11.72% from 255 or 15.85% from 183); Max value from RGB is 84 - color contains mainly: red. Hex color #54461D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54461D is #ABB9E2. Grayscale: #454545. Windows color (decimal): -11254243 or 1918548. OLE color: 1918548.
HSL color Cylindrical-coordinate representation of color #54461D: hue angle of 44.73º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54461D is Cyan = 0, Magento = 0.17, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 70 | 29 | - |
| CMYK | 0 | 0.17 | 0.65 | 0.67 |
| HSL | 44.73º | 0.49% | 0.22% | - |
| HSV(B) | 44.73º | 0.65% | 0.33% | - |
| XYZ | 6.07 | 6.35 | 2.07 | - |
| YUV | 69.51 | 105.14 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 70 | 29 | 0 | 0.17 | 0.65 | 0.67 | 44.73 | 0.49 | 0.22 |
| Hex | 54 | 46 | 1D | 0 | 11 | 41 | 43 | 2D | 31 | 16 |
| Octal | 124 | 106 | 35 | 0 | 21 | 101 | 103 | 55 | 61 | 26 |
| Binary | 1010100 | 1000110 | 11101 | 0 | 10001 | 1000001 | 1000011 | 101101 | 110001 | 10110 |
Color Harmonies of #54461D
Complementary color
Monochromatic Colors of #54461D
Black with #54461D
Text Example
Text Example
White with #54461D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54461D; }
p { color: rgb(84,70,29); }
H1.HeaderClassName
{
color: #54461D;
}
.AnyTagClassName
{
color: #54461D;
}
</style>
background-color css
<style>
a { background-color: #54461D; }
a { background-color: rgb(84,70,29); }
div.DivClassName
{
background-color: #54461D;
}
.BgClassName
{
background-color: #54461D;
}
</style>
border-color css
<style>
span { border-color: #54461D; }
span { border-color: rgb(84,70,29); }
td.TdClassName
{
border-color: #54461D;
}
.TagClassName
{
border-color: #54461D;
}
</style>