Shades of Bronze Olive #554304
Tints of Bronze Olive #554304
RGB
CMYK
RGB Variations
Color information
#554304 (or 0x554304) is known color: Bronze Olive. HEX triplet: 55, 43 and 04. RGB value is (85,67,4). Sum of RGB (Red+Green+Blue) = 85+67+4=156 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.49% from 156); Green value is 67 (26.56% from 255 or 42.95% from 156); Blue value is 4 (1.95% from 255 or 2.56% from 156); Max value from RGB is 85 - color contains mainly: red. Hex color #554304 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554304 is #AABCFB. Grayscale: #414141. Windows color (decimal): -11189500 or 279381. OLE color: 279381.
HSL color Cylindrical-coordinate representation of color #554304: hue angle of 46.67º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #554304 is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 67 | 4 | - |
| CMYK | 0 | 0.21 | 0.95 | 0.67 |
| HSL | 46.67º | 0.91% | 0.17% | - |
| HSV(B) | 46.67º | 0.95% | 0.33% | - |
| XYZ | 5.78 | 5.95 | 0.96 | - |
| YUV | 65.2 | 93.46 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 67 | 4 | 0 | 0.21 | 0.95 | 0.67 | 46.67 | 0.91 | 0.17 |
| Hex | 55 | 43 | 4 | 0 | 15 | 5F | 43 | 2F | 5B | 11 |
| Octal | 125 | 103 | 4 | 0 | 25 | 137 | 103 | 57 | 133 | 21 |
| Binary | 1010101 | 1000011 | 100 | 0 | 10101 | 1011111 | 1000011 | 101111 | 1011011 | 10001 |
Color Harmonies of #554304
Complementary color
Monochromatic Colors of #554304
Black with #554304
Text Example
Text Example
White with #554304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554304; }
p { color: rgb(85,67,4); }
H1.HeaderClassName
{
color: #554304;
}
.AnyTagClassName
{
color: #554304;
}
</style>
background-color css
<style>
a { background-color: #554304; }
a { background-color: rgb(85,67,4); }
div.DivClassName
{
background-color: #554304;
}
.BgClassName
{
background-color: #554304;
}
</style>
border-color css
<style>
span { border-color: #554304; }
span { border-color: rgb(85,67,4); }
td.TdClassName
{
border-color: #554304;
}
.TagClassName
{
border-color: #554304;
}
</style>