Shades of Bronze Olive #54421D
Tints of Bronze Olive #54421D
RGB
CMYK
RGB Variations
Color information
#54421D (or 0x54421D) is known color: Bronze Olive. HEX triplet: 54, 42 and 1D. RGB value is (84,66,29). Sum of RGB (Red+Green+Blue) = 84+66+29=179 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.93% from 179); Green value is 66 (26.17% from 255 or 36.87% from 179); Blue value is 29 (11.72% from 255 or 16.20% from 179); Max value from RGB is 84 - color contains mainly: red. Hex color #54421D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54421D is #ABBDE2. Grayscale: #434343. Windows color (decimal): -11255267 or 1917524. OLE color: 1917524.
HSL color Cylindrical-coordinate representation of color #54421D: hue angle of 40.36º 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 #54421D is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 66 | 29 | - |
| CMYK | 0 | 0.21 | 0.65 | 0.67 |
| HSL | 40.36º | 0.49% | 0.22% | - |
| HSV(B) | 40.36º | 0.65% | 0.33% | - |
| XYZ | 5.83 | 5.87 | 1.99 | - |
| YUV | 67.16 | 106.46 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 66 | 29 | 0 | 0.21 | 0.65 | 0.67 | 40.36 | 0.49 | 0.22 |
| Hex | 54 | 42 | 1D | 0 | 15 | 41 | 43 | 28 | 31 | 16 |
| Octal | 124 | 102 | 35 | 0 | 25 | 101 | 103 | 50 | 61 | 26 |
| Binary | 1010100 | 1000010 | 11101 | 0 | 10101 | 1000001 | 1000011 | 101000 | 110001 | 10110 |
Color Harmonies of #54421D
Complementary color
Monochromatic Colors of #54421D
Black with #54421D
Text Example
Text Example
White with #54421D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54421D; }
p { color: rgb(84,66,29); }
H1.HeaderClassName
{
color: #54421D;
}
.AnyTagClassName
{
color: #54421D;
}
</style>
background-color css
<style>
a { background-color: #54421D; }
a { background-color: rgb(84,66,29); }
div.DivClassName
{
background-color: #54421D;
}
.BgClassName
{
background-color: #54421D;
}
</style>
border-color css
<style>
span { border-color: #54421D; }
span { border-color: rgb(84,66,29); }
td.TdClassName
{
border-color: #54421D;
}
.TagClassName
{
border-color: #54421D;
}
</style>