Shades of Deep Bronze #554120
Tints of Deep Bronze #554120
RGB
CMYK
RGB Variations
Color information
#554120 (or 0x554120) is known color: Deep Bronze. HEX triplet: 55, 41 and 20. RGB value is (85,65,32). Sum of RGB (Red+Green+Blue) = 85+65+32=182 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.70% from 182); Green value is 65 (25.78% from 255 or 35.71% from 182); Blue value is 32 (12.89% from 255 or 17.58% from 182); Max value from RGB is 85 - color contains mainly: red. Hex color #554120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554120 is #AABEDF. Grayscale: #434343. Windows color (decimal): -11189984 or 2113877. OLE color: 2113877.
HSL color Cylindrical-coordinate representation of color #554120: hue angle of 37.36º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #554120 is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 65 | 32 | - |
| CMYK | 0 | 0.24 | 0.62 | 0.67 |
| HSL | 37.36º | 0.45% | 0.23% | - |
| HSV(B) | 37.36º | 0.62% | 0.33% | - |
| XYZ | 5.9 | 5.82 | 2.18 | - |
| YUV | 67.22 | 108.13 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 65 | 32 | 0 | 0.24 | 0.62 | 0.67 | 37.36 | 0.45 | 0.23 |
| Hex | 55 | 41 | 20 | 0 | 18 | 3E | 43 | 25 | 2D | 17 |
| Octal | 125 | 101 | 40 | 0 | 30 | 76 | 103 | 45 | 55 | 27 |
| Binary | 1010101 | 1000001 | 100000 | 0 | 11000 | 111110 | 1000011 | 100101 | 101101 | 10111 |
Color Harmonies of #554120
Complementary color
Monochromatic Colors of #554120
Black with #554120
Text Example
Text Example
White with #554120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554120; }
p { color: rgb(85,65,32); }
H1.HeaderClassName
{
color: #554120;
}
.AnyTagClassName
{
color: #554120;
}
</style>
background-color css
<style>
a { background-color: #554120; }
a { background-color: rgb(85,65,32); }
div.DivClassName
{
background-color: #554120;
}
.BgClassName
{
background-color: #554120;
}
</style>
border-color css
<style>
span { border-color: #554120; }
span { border-color: rgb(85,65,32); }
td.TdClassName
{
border-color: #554120;
}
.TagClassName
{
border-color: #554120;
}
</style>