Shades of Deep Bronze #55401D
Tints of Deep Bronze #55401D
RGB
CMYK
RGB Variations
Color information
#55401D (or 0x55401D) is known color: Deep Bronze. HEX triplet: 55, 40 and 1D. RGB value is (85,64,29). Sum of RGB (Red+Green+Blue) = 85+64+29=178 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.75% from 178); Green value is 64 (25.39% from 255 or 35.96% from 178); Blue value is 29 (11.72% from 255 or 16.29% from 178); Max value from RGB is 85 - color contains mainly: red. Hex color #55401D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55401D is #AABFE2. Grayscale: #424242. Windows color (decimal): -11190243 or 1917013. OLE color: 1917013.
HSL color Cylindrical-coordinate representation of color #55401D: hue angle of 37.5º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55401D is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 64 | 29 | - |
| CMYK | 0 | 0.25 | 0.66 | 0.67 |
| HSL | 37.5º | 0.49% | 0.22% | - |
| HSV(B) | 37.5º | 0.66% | 0.33% | - |
| XYZ | 5.8 | 5.69 | 1.95 | - |
| YUV | 66.29 | 106.96 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 64 | 29 | 0 | 0.25 | 0.66 | 0.67 | 37.5 | 0.49 | 0.22 |
| Hex | 55 | 40 | 1D | 0 | 19 | 42 | 43 | 26 | 31 | 16 |
| Octal | 125 | 100 | 35 | 0 | 31 | 102 | 103 | 46 | 61 | 26 |
| Binary | 1010101 | 1000000 | 11101 | 0 | 11001 | 1000010 | 1000011 | 100110 | 110001 | 10110 |
Color Harmonies of #55401D
Complementary color
Monochromatic Colors of #55401D
Black with #55401D
Text Example
Text Example
White with #55401D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55401D; }
p { color: rgb(85,64,29); }
H1.HeaderClassName
{
color: #55401D;
}
.AnyTagClassName
{
color: #55401D;
}
</style>
background-color css
<style>
a { background-color: #55401D; }
a { background-color: rgb(85,64,29); }
div.DivClassName
{
background-color: #55401D;
}
.BgClassName
{
background-color: #55401D;
}
</style>
border-color css
<style>
span { border-color: #55401D; }
span { border-color: rgb(85,64,29); }
td.TdClassName
{
border-color: #55401D;
}
.TagClassName
{
border-color: #55401D;
}
</style>