Shades of Bronze Olive #54470F
Tints of Bronze Olive #54470F
RGB
CMYK
RGB Variations
Color information
#54470F (or 0x54470F) is known color: Bronze Olive. HEX triplet: 54, 47 and 0F. RGB value is (84,71,15). Sum of RGB (Red+Green+Blue) = 84+71+15=170 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.41% from 170); Green value is 71 (28.12% from 255 or 41.76% from 170); Blue value is 15 (6.25% from 255 or 8.82% from 170); Max value from RGB is 84 - color contains mainly: red. Hex color #54470F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54470F is #ABB8F0. Grayscale: #444444. Windows color (decimal): -11254001 or 1001300. OLE color: 1001300.
HSL color Cylindrical-coordinate representation of color #54470F: hue angle of 48.7º degrees, saturation: 0.7, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #54470F is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 71 | 15 | - |
| CMYK | 0 | 0.15 | 0.82 | 0.67 |
| HSL | 48.7º | 0.7% | 0.19% | - |
| HSV(B) | 48.7º | 0.82% | 0.33% | - |
| XYZ | 6 | 6.43 | 1.38 | - |
| YUV | 68.5 | 97.81 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 71 | 15 | 0 | 0.15 | 0.82 | 0.67 | 48.7 | 0.7 | 0.19 |
| Hex | 54 | 47 | F | 0 | F | 52 | 43 | 31 | 46 | 13 |
| Octal | 124 | 107 | 17 | 0 | 17 | 122 | 103 | 61 | 106 | 23 |
| Binary | 1010100 | 1000111 | 1111 | 0 | 1111 | 1010010 | 1000011 | 110001 | 1000110 | 10011 |
Color Harmonies of #54470F
Complementary color
Monochromatic Colors of #54470F
Black with #54470F
Text Example
Text Example
White with #54470F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54470F; }
p { color: rgb(84,71,15); }
H1.HeaderClassName
{
color: #54470F;
}
.AnyTagClassName
{
color: #54470F;
}
</style>
background-color css
<style>
a { background-color: #54470F; }
a { background-color: rgb(84,71,15); }
div.DivClassName
{
background-color: #54470F;
}
.BgClassName
{
background-color: #54470F;
}
</style>
border-color css
<style>
span { border-color: #54470F; }
span { border-color: rgb(84,71,15); }
td.TdClassName
{
border-color: #54470F;
}
.TagClassName
{
border-color: #54470F;
}
</style>