Shades of Deep Bronze #55442A
Tints of Deep Bronze #55442A
RGB
CMYK
RGB Variations
Color information
#55442A (or 0x55442A) is known color: Deep Bronze. HEX triplet: 55, 44 and 2A. RGB value is (85,68,42). Sum of RGB (Red+Green+Blue) = 85+68+42=195 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.59% from 195); Green value is 68 (26.95% from 255 or 34.87% from 195); Blue value is 42 (16.80% from 255 or 21.54% from 195); Max value from RGB is 85 - color contains mainly: red. Hex color #55442A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55442A is #AABBD5. Grayscale: #464646. Windows color (decimal): -11189206 or 2770005. OLE color: 2770005.
HSL color Cylindrical-coordinate representation of color #55442A: hue angle of 36.28º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #55442A is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 68 | 42 | - |
| CMYK | 0 | 0.20 | 0.51 | 0.67 |
| HSL | 36.28º | 0.34% | 0.25% | - |
| HSV(B) | 36.28º | 0.51% | 0.33% | - |
| XYZ | 6.23 | 6.23 | 3.07 | - |
| YUV | 70.12 | 112.13 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 68 | 42 | 0 | 0.20 | 0.51 | 0.67 | 36.28 | 0.34 | 0.25 |
| Hex | 55 | 44 | 2A | 0 | 14 | 33 | 43 | 24 | 22 | 19 |
| Octal | 125 | 104 | 52 | 0 | 24 | 63 | 103 | 44 | 42 | 31 |
| Binary | 1010101 | 1000100 | 101010 | 0 | 10100 | 110011 | 1000011 | 100100 | 100010 | 11001 |
Color Harmonies of #55442A
Complementary color
Monochromatic Colors of #55442A
Black with #55442A
Text Example
Text Example
White with #55442A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55442A; }
p { color: rgb(85,68,42); }
H1.HeaderClassName
{
color: #55442A;
}
.AnyTagClassName
{
color: #55442A;
}
</style>
background-color css
<style>
a { background-color: #55442A; }
a { background-color: rgb(85,68,42); }
div.DivClassName
{
background-color: #55442A;
}
.BgClassName
{
background-color: #55442A;
}
</style>
border-color css
<style>
span { border-color: #55442A; }
span { border-color: rgb(85,68,42); }
td.TdClassName
{
border-color: #55442A;
}
.TagClassName
{
border-color: #55442A;
}
</style>