Shades of Bronze Olive #554A08
Tints of Bronze Olive #554A08
RGB
CMYK
RGB Variations
Color information
#554A08 (or 0x554A08) is known color: Bronze Olive. HEX triplet: 55, 4A and 08. RGB value is (85,74,8). Sum of RGB (Red+Green+Blue) = 85+74+8=167 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.90% from 167); Green value is 74 (29.30% from 255 or 44.31% from 167); Blue value is 8 (3.52% from 255 or 4.79% from 167); Max value from RGB is 85 - color contains mainly: red. Hex color #554A08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554A08 is #AAB5F7. Grayscale: #464646. Windows color (decimal): -11187704 or 543317. OLE color: 543317.
HSL color Cylindrical-coordinate representation of color #554A08: hue angle of 51.43º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #554A08 is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 74 | 8 | - |
| CMYK | 0 | 0.13 | 0.91 | 0.67 |
| HSL | 51.43º | 0.83% | 0.18% | - |
| HSV(B) | 51.43º | 0.91% | 0.33% | - |
| XYZ | 6.24 | 6.85 | 1.22 | - |
| YUV | 69.77 | 93.14 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 74 | 8 | 0 | 0.13 | 0.91 | 0.67 | 51.43 | 0.83 | 0.18 |
| Hex | 55 | 4A | 8 | 0 | D | 5B | 43 | 33 | 53 | 12 |
| Octal | 125 | 112 | 10 | 0 | 15 | 133 | 103 | 63 | 123 | 22 |
| Binary | 1010101 | 1001010 | 1000 | 0 | 1101 | 1011011 | 1000011 | 110011 | 1010011 | 10010 |
Color Harmonies of #554A08
Complementary color
Monochromatic Colors of #554A08
Black with #554A08
Text Example
Text Example
White with #554A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554A08; }
p { color: rgb(85,74,8); }
H1.HeaderClassName
{
color: #554A08;
}
.AnyTagClassName
{
color: #554A08;
}
</style>
background-color css
<style>
a { background-color: #554A08; }
a { background-color: rgb(85,74,8); }
div.DivClassName
{
background-color: #554A08;
}
.BgClassName
{
background-color: #554A08;
}
</style>
border-color css
<style>
span { border-color: #554A08; }
span { border-color: rgb(85,74,8); }
td.TdClassName
{
border-color: #554A08;
}
.TagClassName
{
border-color: #554A08;
}
</style>