Shades of Deep Bronze #554531
Tints of Deep Bronze #554531
RGB
CMYK
RGB Variations
Color information
#554531 (or 0x554531) is known color: Deep Bronze. HEX triplet: 55, 45 and 31. RGB value is (85,69,49). Sum of RGB (Red+Green+Blue) = 85+69+49=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 69 (27.34% from 255 or 33.99% from 203); Blue value is 49 (19.53% from 255 or 24.14% from 203); Max value from RGB is 85 - color contains mainly: red. Hex color #554531 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554531 is #AABACE. Grayscale: #474747. Windows color (decimal): -11188943 or 3229013. OLE color: 3229013.
HSL color Cylindrical-coordinate representation of color #554531: hue angle of 33.33º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #554531 is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 69 | 49 | - |
| CMYK | 0 | 0.19 | 0.42 | 0.67 |
| HSL | 33.33º | 0.27% | 0.26% | - |
| HSV(B) | 33.33º | 0.42% | 0.33% | - |
| XYZ | 6.43 | 6.41 | 3.8 | - |
| YUV | 71.5 | 115.3 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 69 | 49 | 0 | 0.19 | 0.42 | 0.67 | 33.33 | 0.27 | 0.26 |
| Hex | 55 | 45 | 31 | 0 | 13 | 2A | 43 | 21 | 1B | 1A |
| Octal | 125 | 105 | 61 | 0 | 23 | 52 | 103 | 41 | 33 | 32 |
| Binary | 1010101 | 1000101 | 110001 | 0 | 10011 | 101010 | 1000011 | 100001 | 11011 | 11010 |
Color Harmonies of #554531
Complementary color
Monochromatic Colors of #554531
Black with #554531
Text Example
Text Example
White with #554531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554531; }
p { color: rgb(85,69,49); }
H1.HeaderClassName
{
color: #554531;
}
.AnyTagClassName
{
color: #554531;
}
</style>
background-color css
<style>
a { background-color: #554531; }
a { background-color: rgb(85,69,49); }
div.DivClassName
{
background-color: #554531;
}
.BgClassName
{
background-color: #554531;
}
</style>
border-color css
<style>
span { border-color: #554531; }
span { border-color: rgb(85,69,49); }
td.TdClassName
{
border-color: #554531;
}
.TagClassName
{
border-color: #554531;
}
</style>