Shades of Bronze Olive #554D1D
Tints of Bronze Olive #554D1D
RGB
CMYK
RGB Variations
Color information
#554D1D (or 0x554D1D) is known color: Bronze Olive. HEX triplet: 55, 4D and 1D. RGB value is (85,77,29). Sum of RGB (Red+Green+Blue) = 85+77+29=191 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.50% from 191); Green value is 77 (30.47% from 255 or 40.31% from 191); Blue value is 29 (11.72% from 255 or 15.18% from 191); Max value from RGB is 85 - color contains mainly: red. Hex color #554D1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554D1D is #AAB2E2. Grayscale: #4A4A4A. Windows color (decimal): -11186915 or 1920341. OLE color: 1920341.
HSL color Cylindrical-coordinate representation of color #554D1D: hue angle of 51.43º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #554D1D is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 77 | 29 | - |
| CMYK | 0 | 0.09 | 0.66 | 0.67 |
| HSL | 51.43º | 0.49% | 0.22% | - |
| HSV(B) | 51.43º | 0.66% | 0.33% | - |
| XYZ | 6.62 | 7.33 | 2.23 | - |
| YUV | 73.92 | 102.65 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 77 | 29 | 0 | 0.09 | 0.66 | 0.67 | 51.43 | 0.49 | 0.22 |
| Hex | 55 | 4D | 1D | 0 | 9 | 42 | 43 | 33 | 31 | 16 |
| Octal | 125 | 115 | 35 | 0 | 11 | 102 | 103 | 63 | 61 | 26 |
| Binary | 1010101 | 1001101 | 11101 | 0 | 1001 | 1000010 | 1000011 | 110011 | 110001 | 10110 |
Color Harmonies of #554D1D
Complementary color
Monochromatic Colors of #554D1D
Black with #554D1D
Text Example
Text Example
White with #554D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554D1D; }
p { color: rgb(85,77,29); }
H1.HeaderClassName
{
color: #554D1D;
}
.AnyTagClassName
{
color: #554D1D;
}
</style>
background-color css
<style>
a { background-color: #554D1D; }
a { background-color: rgb(85,77,29); }
div.DivClassName
{
background-color: #554D1D;
}
.BgClassName
{
background-color: #554D1D;
}
</style>
border-color css
<style>
span { border-color: #554D1D; }
span { border-color: rgb(85,77,29); }
td.TdClassName
{
border-color: #554D1D;
}
.TagClassName
{
border-color: #554D1D;
}
</style>