Shades of Bronze Olive #554B1D
Tints of Bronze Olive #554B1D
RGB
CMYK
RGB Variations
Color information
#554B1D (or 0x554B1D) is known color: Bronze Olive. HEX triplet: 55, 4B and 1D. RGB value is (85,75,29). Sum of RGB (Red+Green+Blue) = 85+75+29=189 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.97% from 189); Green value is 75 (29.69% from 255 or 39.68% from 189); Blue value is 29 (11.72% from 255 or 15.34% from 189); Max value from RGB is 85 - color contains mainly: red. Hex color #554B1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554B1D is #AAB4E2. Grayscale: #484848. Windows color (decimal): -11187427 or 1919829. OLE color: 1919829.
HSL color Cylindrical-coordinate representation of color #554B1D: hue angle of 49.29º 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 #554B1D is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 75 | 29 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.67 |
| HSL | 49.29º | 0.49% | 0.22% | - |
| HSV(B) | 49.29º | 0.66% | 0.33% | - |
| XYZ | 6.48 | 7.05 | 2.18 | - |
| YUV | 72.75 | 103.31 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 75 | 29 | 0 | 0.12 | 0.66 | 0.67 | 49.29 | 0.49 | 0.22 |
| Hex | 55 | 4B | 1D | 0 | C | 42 | 43 | 31 | 31 | 16 |
| Octal | 125 | 113 | 35 | 0 | 14 | 102 | 103 | 61 | 61 | 26 |
| Binary | 1010101 | 1001011 | 11101 | 0 | 1100 | 1000010 | 1000011 | 110001 | 110001 | 10110 |
Color Harmonies of #554B1D
Complementary color
Monochromatic Colors of #554B1D
Black with #554B1D
Text Example
Text Example
White with #554B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554B1D; }
p { color: rgb(85,75,29); }
H1.HeaderClassName
{
color: #554B1D;
}
.AnyTagClassName
{
color: #554B1D;
}
</style>
background-color css
<style>
a { background-color: #554B1D; }
a { background-color: rgb(85,75,29); }
div.DivClassName
{
background-color: #554B1D;
}
.BgClassName
{
background-color: #554B1D;
}
</style>
border-color css
<style>
span { border-color: #554B1D; }
span { border-color: rgb(85,75,29); }
td.TdClassName
{
border-color: #554B1D;
}
.TagClassName
{
border-color: #554B1D;
}
</style>