Shades of Bronze Olive #554B0D
Tints of Bronze Olive #554B0D
RGB
CMYK
RGB Variations
Color information
#554B0D (or 0x554B0D) is known color: Bronze Olive. HEX triplet: 55, 4B and 0D. RGB value is (85,75,13). Sum of RGB (Red+Green+Blue) = 85+75+13=173 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.13% from 173); Green value is 75 (29.69% from 255 or 43.35% from 173); Blue value is 13 (5.47% from 255 or 7.51% from 173); Max value from RGB is 85 - color contains mainly: red. Hex color #554B0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554B0D is #AAB4F2. Grayscale: #474747. Windows color (decimal): -11187443 or 871253. OLE color: 871253.
HSL color Cylindrical-coordinate representation of color #554B0D: hue angle of 51.67º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #554B0D is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 75 | 13 | - |
| CMYK | 0 | 0.12 | 0.85 | 0.67 |
| HSL | 51.67º | 0.73% | 0.19% | - |
| HSV(B) | 51.67º | 0.85% | 0.33% | - |
| XYZ | 6.34 | 6.99 | 1.4 | - |
| YUV | 70.92 | 95.31 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 75 | 13 | 0 | 0.12 | 0.85 | 0.67 | 51.67 | 0.73 | 0.19 |
| Hex | 55 | 4B | D | 0 | C | 55 | 43 | 34 | 49 | 13 |
| Octal | 125 | 113 | 15 | 0 | 14 | 125 | 103 | 64 | 111 | 23 |
| Binary | 1010101 | 1001011 | 1101 | 0 | 1100 | 1010101 | 1000011 | 110100 | 1001001 | 10011 |
Color Harmonies of #554B0D
Complementary color
Monochromatic Colors of #554B0D
Black with #554B0D
Text Example
Text Example
White with #554B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554B0D; }
p { color: rgb(85,75,13); }
H1.HeaderClassName
{
color: #554B0D;
}
.AnyTagClassName
{
color: #554B0D;
}
</style>
background-color css
<style>
a { background-color: #554B0D; }
a { background-color: rgb(85,75,13); }
div.DivClassName
{
background-color: #554B0D;
}
.BgClassName
{
background-color: #554B0D;
}
</style>
border-color css
<style>
span { border-color: #554B0D; }
span { border-color: rgb(85,75,13); }
td.TdClassName
{
border-color: #554B0D;
}
.TagClassName
{
border-color: #554B0D;
}
</style>