Shades of Deep Bronze #55401C
Tints of Deep Bronze #55401C
RGB
CMYK
RGB Variations
Color information
#55401C (or 0x55401C) is known color: Deep Bronze. HEX triplet: 55, 40 and 1C. RGB value is (85,64,28). Sum of RGB (Red+Green+Blue) = 85+64+28=177 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.02% from 177); Green value is 64 (25.39% from 255 or 36.16% from 177); Blue value is 28 (11.33% from 255 or 15.82% from 177); Max value from RGB is 85 - color contains mainly: red. Hex color #55401C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55401C is #AABFE3. Grayscale: #424242. Windows color (decimal): -11190244 or 1851477. OLE color: 1851477.
HSL color Cylindrical-coordinate representation of color #55401C: hue angle of 37.89º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55401C is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 64 | 28 | - |
| CMYK | 0 | 0.25 | 0.67 | 0.67 |
| HSL | 37.89º | 0.5% | 0.22% | - |
| HSV(B) | 37.89º | 0.67% | 0.33% | - |
| XYZ | 5.79 | 5.68 | 1.89 | - |
| YUV | 66.18 | 106.46 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 64 | 28 | 0 | 0.25 | 0.67 | 0.67 | 37.89 | 0.5 | 0.22 |
| Hex | 55 | 40 | 1C | 0 | 19 | 43 | 43 | 26 | 32 | 16 |
| Octal | 125 | 100 | 34 | 0 | 31 | 103 | 103 | 46 | 62 | 26 |
| Binary | 1010101 | 1000000 | 11100 | 0 | 11001 | 1000011 | 1000011 | 100110 | 110010 | 10110 |
Color Harmonies of #55401C
Complementary color
Monochromatic Colors of #55401C
Black with #55401C
Text Example
Text Example
White with #55401C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55401C; }
p { color: rgb(85,64,28); }
H1.HeaderClassName
{
color: #55401C;
}
.AnyTagClassName
{
color: #55401C;
}
</style>
background-color css
<style>
a { background-color: #55401C; }
a { background-color: rgb(85,64,28); }
div.DivClassName
{
background-color: #55401C;
}
.BgClassName
{
background-color: #55401C;
}
</style>
border-color css
<style>
span { border-color: #55401C; }
span { border-color: rgb(85,64,28); }
td.TdClassName
{
border-color: #55401C;
}
.TagClassName
{
border-color: #55401C;
}
</style>