Shades of Bronze Olive #554B2B
Tints of Bronze Olive #554B2B
RGB
CMYK
RGB Variations
Color information
#554B2B (or 0x554B2B) is known color: Bronze Olive. HEX triplet: 55, 4B and 2B. RGB value is (85,75,43). Sum of RGB (Red+Green+Blue) = 85+75+43=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 75 (29.69% from 255 or 36.95% from 203); Blue value is 43 (17.19% from 255 or 21.18% from 203); Max value from RGB is 85 - color contains mainly: red. Hex color #554B2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554B2B is #AAB4D4. Grayscale: #4A4A4A. Windows color (decimal): -11187413 or 2837333. OLE color: 2837333.
HSL color Cylindrical-coordinate representation of color #554B2B: hue angle of 45.71º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #554B2B is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 75 | 43 | - |
| CMYK | 0 | 0.12 | 0.49 | 0.67 |
| HSL | 45.71º | 0.33% | 0.25% | - |
| HSV(B) | 45.71º | 0.49% | 0.33% | - |
| XYZ | 6.7 | 7.14 | 3.31 | - |
| YUV | 74.34 | 110.31 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 75 | 43 | 0 | 0.12 | 0.49 | 0.67 | 45.71 | 0.33 | 0.25 |
| Hex | 55 | 4B | 2B | 0 | C | 31 | 43 | 2E | 21 | 19 |
| Octal | 125 | 113 | 53 | 0 | 14 | 61 | 103 | 56 | 41 | 31 |
| Binary | 1010101 | 1001011 | 101011 | 0 | 1100 | 110001 | 1000011 | 101110 | 100001 | 11001 |
Color Harmonies of #554B2B
Complementary color
Monochromatic Colors of #554B2B
Black with #554B2B
Text Example
Text Example
White with #554B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554B2B; }
p { color: rgb(85,75,43); }
H1.HeaderClassName
{
color: #554B2B;
}
.AnyTagClassName
{
color: #554B2B;
}
</style>
background-color css
<style>
a { background-color: #554B2B; }
a { background-color: rgb(85,75,43); }
div.DivClassName
{
background-color: #554B2B;
}
.BgClassName
{
background-color: #554B2B;
}
</style>
border-color css
<style>
span { border-color: #554B2B; }
span { border-color: rgb(85,75,43); }
td.TdClassName
{
border-color: #554B2B;
}
.TagClassName
{
border-color: #554B2B;
}
</style>