Shades of Deep Bronze #55442D
Tints of Deep Bronze #55442D
RGB
CMYK
RGB Variations
Color information
#55442D (or 0x55442D) is known color: Deep Bronze. HEX triplet: 55, 44 and 2D. RGB value is (85,68,45). Sum of RGB (Red+Green+Blue) = 85+68+45=198 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.93% from 198); Green value is 68 (26.95% from 255 or 34.34% from 198); Blue value is 45 (17.97% from 255 or 22.73% from 198); Max value from RGB is 85 - color contains mainly: red. Hex color #55442D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55442D is #AABBD2. Grayscale: #464646. Windows color (decimal): -11189203 or 2966613. OLE color: 2966613.
HSL color Cylindrical-coordinate representation of color #55442D: hue angle of 34.5º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #55442D is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 68 | 45 | - |
| CMYK | 0 | 0.20 | 0.47 | 0.67 |
| HSL | 34.5º | 0.31% | 0.25% | - |
| HSV(B) | 34.5º | 0.47% | 0.33% | - |
| XYZ | 6.29 | 6.26 | 3.36 | - |
| YUV | 70.46 | 113.63 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 68 | 45 | 0 | 0.20 | 0.47 | 0.67 | 34.5 | 0.31 | 0.25 |
| Hex | 55 | 44 | 2D | 0 | 14 | 2F | 43 | 22 | 1F | 19 |
| Octal | 125 | 104 | 55 | 0 | 24 | 57 | 103 | 42 | 37 | 31 |
| Binary | 1010101 | 1000100 | 101101 | 0 | 10100 | 101111 | 1000011 | 100010 | 11111 | 11001 |
Color Harmonies of #55442D
Complementary color
Monochromatic Colors of #55442D
Black with #55442D
Text Example
Text Example
White with #55442D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55442D; }
p { color: rgb(85,68,45); }
H1.HeaderClassName
{
color: #55442D;
}
.AnyTagClassName
{
color: #55442D;
}
</style>
background-color css
<style>
a { background-color: #55442D; }
a { background-color: rgb(85,68,45); }
div.DivClassName
{
background-color: #55442D;
}
.BgClassName
{
background-color: #55442D;
}
</style>
border-color css
<style>
span { border-color: #55442D; }
span { border-color: rgb(85,68,45); }
td.TdClassName
{
border-color: #55442D;
}
.TagClassName
{
border-color: #55442D;
}
</style>