Shades of Bronze Olive #554A01
Tints of Bronze Olive #554A01
RGB
CMYK
RGB Variations
Color information
#554A01 (or 0x554A01) is known color: Bronze Olive. HEX triplet: 55, 4A and 01. RGB value is (85,74,1). Sum of RGB (Red+Green+Blue) = 85+74+1=160 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.12% from 160); Green value is 74 (29.30% from 255 or 46.25% from 160); Blue value is 1 (0.78% from 255 or 0.62% from 160); Max value from RGB is 85 - color contains mainly: red. Hex color #554A01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554A01 is #AAB5FE. Grayscale: #454545. Windows color (decimal): -11187711 or 84565. OLE color: 84565.
HSL color Cylindrical-coordinate representation of color #554A01: hue angle of 52.14º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #554A01 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 74 | 1 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.67 |
| HSL | 52.14º | 0.98% | 0.17% | - |
| HSV(B) | 52.14º | 0.99% | 0.33% | - |
| XYZ | 6.2 | 6.83 | 1.02 | - |
| YUV | 68.97 | 89.64 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 74 | 1 | 0 | 0.13 | 0.99 | 0.67 | 52.14 | 0.98 | 0.17 |
| Hex | 55 | 4A | 1 | 0 | D | 63 | 43 | 34 | 62 | 11 |
| Octal | 125 | 112 | 1 | 0 | 15 | 143 | 103 | 64 | 142 | 21 |
| Binary | 1010101 | 1001010 | 1 | 0 | 1101 | 1100011 | 1000011 | 110100 | 1100010 | 10001 |
Color Harmonies of #554A01
Complementary color
Monochromatic Colors of #554A01
Black with #554A01
Text Example
Text Example
White with #554A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554A01; }
p { color: rgb(85,74,1); }
H1.HeaderClassName
{
color: #554A01;
}
.AnyTagClassName
{
color: #554A01;
}
</style>
background-color css
<style>
a { background-color: #554A01; }
a { background-color: rgb(85,74,1); }
div.DivClassName
{
background-color: #554A01;
}
.BgClassName
{
background-color: #554A01;
}
</style>
border-color css
<style>
span { border-color: #554A01; }
span { border-color: rgb(85,74,1); }
td.TdClassName
{
border-color: #554A01;
}
.TagClassName
{
border-color: #554A01;
}
</style>