Shades of Bronze Olive #554B2A
Tints of Bronze Olive #554B2A
RGB
CMYK
RGB Variations
Color information
#554B2A (or 0x554B2A) is known color: Bronze Olive. HEX triplet: 55, 4B and 2A. RGB value is (85,75,42). Sum of RGB (Red+Green+Blue) = 85+75+42=202 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.08% from 202); Green value is 75 (29.69% from 255 or 37.13% from 202); Blue value is 42 (16.80% from 255 or 20.79% from 202); Max value from RGB is 85 - color contains mainly: red. Hex color #554B2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554B2A is #AAB4D5. Grayscale: #4A4A4A. Windows color (decimal): -11187414 or 2771797. OLE color: 2771797.
HSL color Cylindrical-coordinate representation of color #554B2A: hue angle of 46.05º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #554B2A is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 75 | 42 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.67 |
| HSL | 46.05º | 0.34% | 0.25% | - |
| HSV(B) | 46.05º | 0.51% | 0.33% | - |
| XYZ | 6.68 | 7.13 | 3.21 | - |
| YUV | 74.23 | 109.81 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 75 | 42 | 0 | 0.12 | 0.51 | 0.67 | 46.05 | 0.34 | 0.25 |
| Hex | 55 | 4B | 2A | 0 | C | 33 | 43 | 2E | 22 | 19 |
| Octal | 125 | 113 | 52 | 0 | 14 | 63 | 103 | 56 | 42 | 31 |
| Binary | 1010101 | 1001011 | 101010 | 0 | 1100 | 110011 | 1000011 | 101110 | 100010 | 11001 |
Color Harmonies of #554B2A
Complementary color
Monochromatic Colors of #554B2A
Black with #554B2A
Text Example
Text Example
White with #554B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554B2A; }
p { color: rgb(85,75,42); }
H1.HeaderClassName
{
color: #554B2A;
}
.AnyTagClassName
{
color: #554B2A;
}
</style>
background-color css
<style>
a { background-color: #554B2A; }
a { background-color: rgb(85,75,42); }
div.DivClassName
{
background-color: #554B2A;
}
.BgClassName
{
background-color: #554B2A;
}
</style>
border-color css
<style>
span { border-color: #554B2A; }
span { border-color: rgb(85,75,42); }
td.TdClassName
{
border-color: #554B2A;
}
.TagClassName
{
border-color: #554B2A;
}
</style>