Shades of Bronze Olive #54421E
Tints of Bronze Olive #54421E
RGB
CMYK
RGB Variations
Color information
#54421E (or 0x54421E) is known color: Bronze Olive. HEX triplet: 54, 42 and 1E. RGB value is (84,66,30). Sum of RGB (Red+Green+Blue) = 84+66+30=180 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.67% from 180); Green value is 66 (26.17% from 255 or 36.67% from 180); Blue value is 30 (12.11% from 255 or 16.67% from 180); Max value from RGB is 84 - color contains mainly: red. Hex color #54421E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54421E is #ABBDE1. Grayscale: #434343. Windows color (decimal): -11255266 or 1983060. OLE color: 1983060.
HSL color Cylindrical-coordinate representation of color #54421E: hue angle of 40º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54421E is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 66 | 30 | - |
| CMYK | 0 | 0.21 | 0.64 | 0.67 |
| HSL | 40º | 0.47% | 0.22% | - |
| HSV(B) | 40º | 0.64% | 0.33% | - |
| XYZ | 5.84 | 5.87 | 2.05 | - |
| YUV | 67.28 | 106.96 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 66 | 30 | 0 | 0.21 | 0.64 | 0.67 | 40 | 0.47 | 0.22 |
| Hex | 54 | 42 | 1E | 0 | 15 | 40 | 43 | 28 | 2F | 16 |
| Octal | 124 | 102 | 36 | 0 | 25 | 100 | 103 | 50 | 57 | 26 |
| Binary | 1010100 | 1000010 | 11110 | 0 | 10101 | 1000000 | 1000011 | 101000 | 101111 | 10110 |
Color Harmonies of #54421E
Complementary color
Monochromatic Colors of #54421E
Black with #54421E
Text Example
Text Example
White with #54421E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54421E; }
p { color: rgb(84,66,30); }
H1.HeaderClassName
{
color: #54421E;
}
.AnyTagClassName
{
color: #54421E;
}
</style>
background-color css
<style>
a { background-color: #54421E; }
a { background-color: rgb(84,66,30); }
div.DivClassName
{
background-color: #54421E;
}
.BgClassName
{
background-color: #54421E;
}
</style>
border-color css
<style>
span { border-color: #54421E; }
span { border-color: rgb(84,66,30); }
td.TdClassName
{
border-color: #54421E;
}
.TagClassName
{
border-color: #54421E;
}
</style>