Shades of Bronze Olive #554313
Tints of Bronze Olive #554313
RGB
CMYK
RGB Variations
Color information
#554313 (or 0x554313) is known color: Bronze Olive. HEX triplet: 55, 43 and 13. RGB value is (85,67,19). Sum of RGB (Red+Green+Blue) = 85+67+19=171 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.71% from 171); Green value is 67 (26.56% from 255 or 39.18% from 171); Blue value is 19 (7.81% from 255 or 11.11% from 171); Max value from RGB is 85 - color contains mainly: red. Hex color #554313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554313 is #AABCEC. Grayscale: #434343. Windows color (decimal): -11189485 or 1262421. OLE color: 1262421.
HSL color Cylindrical-coordinate representation of color #554313: hue angle of 43.64º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #554313 is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 67 | 19 | - |
| CMYK | 0 | 0.21 | 0.78 | 0.67 |
| HSL | 43.64º | 0.63% | 0.2% | - |
| HSV(B) | 43.64º | 0.78% | 0.33% | - |
| XYZ | 5.87 | 5.99 | 1.46 | - |
| YUV | 66.91 | 100.96 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 67 | 19 | 0 | 0.21 | 0.78 | 0.67 | 43.64 | 0.63 | 0.2 |
| Hex | 55 | 43 | 13 | 0 | 15 | 4E | 43 | 2C | 3F | 14 |
| Octal | 125 | 103 | 23 | 0 | 25 | 116 | 103 | 54 | 77 | 24 |
| Binary | 1010101 | 1000011 | 10011 | 0 | 10101 | 1001110 | 1000011 | 101100 | 111111 | 10100 |
Color Harmonies of #554313
Complementary color
Monochromatic Colors of #554313
Black with #554313
Text Example
Text Example
White with #554313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554313; }
p { color: rgb(85,67,19); }
H1.HeaderClassName
{
color: #554313;
}
.AnyTagClassName
{
color: #554313;
}
</style>
background-color css
<style>
a { background-color: #554313; }
a { background-color: rgb(85,67,19); }
div.DivClassName
{
background-color: #554313;
}
.BgClassName
{
background-color: #554313;
}
</style>
border-color css
<style>
span { border-color: #554313; }
span { border-color: rgb(85,67,19); }
td.TdClassName
{
border-color: #554313;
}
.TagClassName
{
border-color: #554313;
}
</style>