Shades of Bronze Olive #554A1B
Tints of Bronze Olive #554A1B
RGB
CMYK
RGB Variations
Color information
#554A1B (or 0x554A1B) is known color: Bronze Olive. HEX triplet: 55, 4A and 1B. RGB value is (85,74,27). Sum of RGB (Red+Green+Blue) = 85+74+27=186 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.70% from 186); Green value is 74 (29.30% from 255 or 39.78% from 186); Blue value is 27 (10.94% from 255 or 14.52% from 186); Max value from RGB is 85 - color contains mainly: red. Hex color #554A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554A1B is #AAB5E4. Grayscale: #484848. Windows color (decimal): -11187685 or 1788501. OLE color: 1788501.
HSL color Cylindrical-coordinate representation of color #554A1B: hue angle of 48.62º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #554A1B is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 74 | 27 | - |
| CMYK | 0 | 0.13 | 0.68 | 0.67 |
| HSL | 48.62º | 0.52% | 0.22% | - |
| HSV(B) | 48.62º | 0.68% | 0.33% | - |
| XYZ | 6.39 | 6.91 | 2.03 | - |
| YUV | 71.93 | 102.64 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 74 | 27 | 0 | 0.13 | 0.68 | 0.67 | 48.62 | 0.52 | 0.22 |
| Hex | 55 | 4A | 1B | 0 | D | 44 | 43 | 31 | 34 | 16 |
| Octal | 125 | 112 | 33 | 0 | 15 | 104 | 103 | 61 | 64 | 26 |
| Binary | 1010101 | 1001010 | 11011 | 0 | 1101 | 1000100 | 1000011 | 110001 | 110100 | 10110 |
Color Harmonies of #554A1B
Complementary color
Monochromatic Colors of #554A1B
Black with #554A1B
Text Example
Text Example
White with #554A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554A1B; }
p { color: rgb(85,74,27); }
H1.HeaderClassName
{
color: #554A1B;
}
.AnyTagClassName
{
color: #554A1B;
}
</style>
background-color css
<style>
a { background-color: #554A1B; }
a { background-color: rgb(85,74,27); }
div.DivClassName
{
background-color: #554A1B;
}
.BgClassName
{
background-color: #554A1B;
}
</style>
border-color css
<style>
span { border-color: #554A1B; }
span { border-color: rgb(85,74,27); }
td.TdClassName
{
border-color: #554A1B;
}
.TagClassName
{
border-color: #554A1B;
}
</style>