Shades of Bronze Olive #54431D
Tints of Bronze Olive #54431D
RGB
CMYK
RGB Variations
Color information
#54431D (or 0x54431D) is known color: Bronze Olive. HEX triplet: 54, 43 and 1D. RGB value is (84,67,29). Sum of RGB (Red+Green+Blue) = 84+67+29=180 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.67% from 180); Green value is 67 (26.56% from 255 or 37.22% from 180); Blue value is 29 (11.72% from 255 or 16.11% from 180); Max value from RGB is 84 - color contains mainly: red. Hex color #54431D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54431D is #ABBCE2. Grayscale: #434343. Windows color (decimal): -11255011 or 1917780. OLE color: 1917780.
HSL color Cylindrical-coordinate representation of color #54431D: hue angle of 41.45º 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 #54431D is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 67 | 29 | - |
| CMYK | 0 | 0.20 | 0.65 | 0.67 |
| HSL | 41.45º | 0.49% | 0.22% | - |
| HSV(B) | 41.45º | 0.65% | 0.33% | - |
| XYZ | 5.89 | 5.99 | 2.01 | - |
| YUV | 67.75 | 106.13 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 67 | 29 | 0 | 0.20 | 0.65 | 0.67 | 41.45 | 0.49 | 0.22 |
| Hex | 54 | 43 | 1D | 0 | 14 | 41 | 43 | 29 | 31 | 16 |
| Octal | 124 | 103 | 35 | 0 | 24 | 101 | 103 | 51 | 61 | 26 |
| Binary | 1010100 | 1000011 | 11101 | 0 | 10100 | 1000001 | 1000011 | 101001 | 110001 | 10110 |
Color Harmonies of #54431D
Complementary color
Monochromatic Colors of #54431D
Black with #54431D
Text Example
Text Example
White with #54431D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54431D; }
p { color: rgb(84,67,29); }
H1.HeaderClassName
{
color: #54431D;
}
.AnyTagClassName
{
color: #54431D;
}
</style>
background-color css
<style>
a { background-color: #54431D; }
a { background-color: rgb(84,67,29); }
div.DivClassName
{
background-color: #54431D;
}
.BgClassName
{
background-color: #54431D;
}
</style>
border-color css
<style>
span { border-color: #54431D; }
span { border-color: rgb(84,67,29); }
td.TdClassName
{
border-color: #54431D;
}
.TagClassName
{
border-color: #54431D;
}
</style>