Shades of Bronze Olive #554A10
Tints of Bronze Olive #554A10
RGB
CMYK
RGB Variations
Color information
#554A10 (or 0x554A10) is known color: Bronze Olive. HEX triplet: 55, 4A and 10. RGB value is (85,74,16). Sum of RGB (Red+Green+Blue) = 85+74+16=175 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.57% from 175); Green value is 74 (29.30% from 255 or 42.29% from 175); Blue value is 16 (6.64% from 255 or 9.14% from 175); Max value from RGB is 85 - color contains mainly: red. Hex color #554A10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554A10 is #AAB5EF. Grayscale: #464646. Windows color (decimal): -11187696 or 1067605. OLE color: 1067605.
HSL color Cylindrical-coordinate representation of color #554A10: hue angle of 50.43º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #554A10 is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 74 | 16 | - |
| CMYK | 0 | 0.13 | 0.81 | 0.67 |
| HSL | 50.43º | 0.68% | 0.2% | - |
| HSV(B) | 50.43º | 0.81% | 0.33% | - |
| XYZ | 6.29 | 6.87 | 1.48 | - |
| YUV | 70.68 | 97.14 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 74 | 16 | 0 | 0.13 | 0.81 | 0.67 | 50.43 | 0.68 | 0.2 |
| Hex | 55 | 4A | 10 | 0 | D | 51 | 43 | 32 | 44 | 14 |
| Octal | 125 | 112 | 20 | 0 | 15 | 121 | 103 | 62 | 104 | 24 |
| Binary | 1010101 | 1001010 | 10000 | 0 | 1101 | 1010001 | 1000011 | 110010 | 1000100 | 10100 |
Color Harmonies of #554A10
Complementary color
Monochromatic Colors of #554A10
Black with #554A10
Text Example
Text Example
White with #554A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554A10; }
p { color: rgb(85,74,16); }
H1.HeaderClassName
{
color: #554A10;
}
.AnyTagClassName
{
color: #554A10;
}
</style>
background-color css
<style>
a { background-color: #554A10; }
a { background-color: rgb(85,74,16); }
div.DivClassName
{
background-color: #554A10;
}
.BgClassName
{
background-color: #554A10;
}
</style>
border-color css
<style>
span { border-color: #554A10; }
span { border-color: rgb(85,74,16); }
td.TdClassName
{
border-color: #554A10;
}
.TagClassName
{
border-color: #554A10;
}
</style>