Shades of Bronze Olive #554B00
Tints of Bronze Olive #554B00
RGB
CMYK
RGB Variations
Color information
#554B00 (or 0x554B00) is known color: Bronze Olive. HEX triplet: 55, 4B and 00. RGB value is (85,75,0). Sum of RGB (Red+Green+Blue) = 85+75+0=160 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.12% from 160); Green value is 75 (29.69% from 255 or 46.88% from 160); Blue value is 0 (0.39% from 255 or 0% from 160); Max value from RGB is 85 - color contains mainly: red. Hex color #554B00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554B00 is #AAB4FF. Grayscale: #454545. Windows color (decimal): -11187456 or 19285. OLE color: 19285.
HSL color Cylindrical-coordinate representation of color #554B00: hue angle of 52.94º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #554B00 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 75 | 0 | - |
| CMYK | 0 | 0.12 | 1 | 0.67 |
| HSL | 52.94º | 1% | 0.17% | - |
| HSV(B) | 52.94º | 1% | 0.33% | - |
| XYZ | 6.26 | 6.96 | 1.01 | - |
| YUV | 69.44 | 88.81 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 75 | 0 | 0 | 0.12 | 1 | 0.67 | 52.94 | 1 | 0.17 |
| Hex | 55 | 4B | 0 | 0 | C | 64 | 43 | 35 | 64 | 11 |
| Octal | 125 | 113 | 0 | 0 | 14 | 144 | 103 | 65 | 144 | 21 |
| Binary | 1010101 | 1001011 | 0 | 0 | 1100 | 1100100 | 1000011 | 110101 | 1100100 | 10001 |
Color Harmonies of #554B00
Complementary color
Monochromatic Colors of #554B00
Black with #554B00
Text Example
Text Example
White with #554B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554B00; }
p { color: rgb(85,75,0); }
H1.HeaderClassName
{
color: #554B00;
}
.AnyTagClassName
{
color: #554B00;
}
</style>
background-color css
<style>
a { background-color: #554B00; }
a { background-color: rgb(85,75,0); }
div.DivClassName
{
background-color: #554B00;
}
.BgClassName
{
background-color: #554B00;
}
</style>
border-color css
<style>
span { border-color: #554B00; }
span { border-color: rgb(85,75,0); }
td.TdClassName
{
border-color: #554B00;
}
.TagClassName
{
border-color: #554B00;
}
</style>