Shades of Bronze Olive #54461F
Tints of Bronze Olive #54461F
RGB
CMYK
RGB Variations
Color information
#54461F (or 0x54461F) is known color: Bronze Olive. HEX triplet: 54, 46 and 1F. RGB value is (84,70,31). Sum of RGB (Red+Green+Blue) = 84+70+31=185 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.41% from 185); Green value is 70 (27.73% from 255 or 37.84% from 185); Blue value is 31 (12.5% from 255 or 16.76% from 185); Max value from RGB is 84 - color contains mainly: red. Hex color #54461F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54461F is #ABB9E0. Grayscale: #454545. Windows color (decimal): -11254241 or 2049620. OLE color: 2049620.
HSL color Cylindrical-coordinate representation of color #54461F: hue angle of 44.15º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54461F is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 70 | 31 | - |
| CMYK | 0 | 0.17 | 0.63 | 0.67 |
| HSL | 44.15º | 0.46% | 0.23% | - |
| HSV(B) | 44.15º | 0.63% | 0.33% | - |
| XYZ | 6.09 | 6.36 | 2.2 | - |
| YUV | 69.74 | 106.14 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 70 | 31 | 0 | 0.17 | 0.63 | 0.67 | 44.15 | 0.46 | 0.23 |
| Hex | 54 | 46 | 1F | 0 | 11 | 3F | 43 | 2C | 2E | 17 |
| Octal | 124 | 106 | 37 | 0 | 21 | 77 | 103 | 54 | 56 | 27 |
| Binary | 1010100 | 1000110 | 11111 | 0 | 10001 | 111111 | 1000011 | 101100 | 101110 | 10111 |
Color Harmonies of #54461F
Complementary color
Monochromatic Colors of #54461F
Black with #54461F
Text Example
Text Example
White with #54461F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54461F; }
p { color: rgb(84,70,31); }
H1.HeaderClassName
{
color: #54461F;
}
.AnyTagClassName
{
color: #54461F;
}
</style>
background-color css
<style>
a { background-color: #54461F; }
a { background-color: rgb(84,70,31); }
div.DivClassName
{
background-color: #54461F;
}
.BgClassName
{
background-color: #54461F;
}
</style>
border-color css
<style>
span { border-color: #54461F; }
span { border-color: rgb(84,70,31); }
td.TdClassName
{
border-color: #54461F;
}
.TagClassName
{
border-color: #54461F;
}
</style>