Shades of Deep Bronze #55442E
Tints of Deep Bronze #55442E
RGB
CMYK
RGB Variations
Color information
#55442E (or 0x55442E) is known color: Deep Bronze. HEX triplet: 55, 44 and 2E. RGB value is (85,68,46). Sum of RGB (Red+Green+Blue) = 85+68+46=199 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.71% from 199); Green value is 68 (26.95% from 255 or 34.17% from 199); Blue value is 46 (18.36% from 255 or 23.12% from 199); Max value from RGB is 85 - color contains mainly: red. Hex color #55442E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55442E is #AABBD1. Grayscale: #464646. Windows color (decimal): -11189202 or 3032149. OLE color: 3032149.
HSL color Cylindrical-coordinate representation of color #55442E: hue angle of 33.85º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #55442E is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 68 | 46 | - |
| CMYK | 0 | 0.20 | 0.46 | 0.67 |
| HSL | 33.85º | 0.3% | 0.26% | - |
| HSV(B) | 33.85º | 0.46% | 0.33% | - |
| XYZ | 6.31 | 6.26 | 3.46 | - |
| YUV | 70.58 | 114.13 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 68 | 46 | 0 | 0.20 | 0.46 | 0.67 | 33.85 | 0.3 | 0.26 |
| Hex | 55 | 44 | 2E | 0 | 14 | 2E | 43 | 22 | 1E | 1A |
| Octal | 125 | 104 | 56 | 0 | 24 | 56 | 103 | 42 | 36 | 32 |
| Binary | 1010101 | 1000100 | 101110 | 0 | 10100 | 101110 | 1000011 | 100010 | 11110 | 11010 |
Color Harmonies of #55442E
Complementary color
Monochromatic Colors of #55442E
Black with #55442E
Text Example
Text Example
White with #55442E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55442E; }
p { color: rgb(85,68,46); }
H1.HeaderClassName
{
color: #55442E;
}
.AnyTagClassName
{
color: #55442E;
}
</style>
background-color css
<style>
a { background-color: #55442E; }
a { background-color: rgb(85,68,46); }
div.DivClassName
{
background-color: #55442E;
}
.BgClassName
{
background-color: #55442E;
}
</style>
border-color css
<style>
span { border-color: #55442E; }
span { border-color: rgb(85,68,46); }
td.TdClassName
{
border-color: #55442E;
}
.TagClassName
{
border-color: #55442E;
}
</style>