Shades of Deep Bronze #55422C
Tints of Deep Bronze #55422C
RGB
CMYK
RGB Variations
Color information
#55422C (or 0x55422C) is known color: Deep Bronze. HEX triplet: 55, 42 and 2C. RGB value is (85,66,44). Sum of RGB (Red+Green+Blue) = 85+66+44=195 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.59% from 195); Green value is 66 (26.17% from 255 or 33.85% from 195); Blue value is 44 (17.58% from 255 or 22.56% from 195); Max value from RGB is 85 - color contains mainly: red. Hex color #55422C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55422C is #AABDD3. Grayscale: #454545. Windows color (decimal): -11189716 or 2900565. OLE color: 2900565.
HSL color Cylindrical-coordinate representation of color #55422C: hue angle of 32.2º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #55422C is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 66 | 44 | - |
| CMYK | 0 | 0.22 | 0.48 | 0.67 |
| HSL | 32.2º | 0.32% | 0.25% | - |
| HSV(B) | 32.2º | 0.48% | 0.33% | - |
| XYZ | 6.15 | 6.01 | 3.22 | - |
| YUV | 69.17 | 113.79 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 66 | 44 | 0 | 0.22 | 0.48 | 0.67 | 32.2 | 0.32 | 0.25 |
| Hex | 55 | 42 | 2C | 0 | 16 | 30 | 43 | 20 | 20 | 19 |
| Octal | 125 | 102 | 54 | 0 | 26 | 60 | 103 | 40 | 40 | 31 |
| Binary | 1010101 | 1000010 | 101100 | 0 | 10110 | 110000 | 1000011 | 100000 | 100000 | 11001 |
Color Harmonies of #55422C
Complementary color
Monochromatic Colors of #55422C
Black with #55422C
Text Example
Text Example
White with #55422C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55422C; }
p { color: rgb(85,66,44); }
H1.HeaderClassName
{
color: #55422C;
}
.AnyTagClassName
{
color: #55422C;
}
</style>
background-color css
<style>
a { background-color: #55422C; }
a { background-color: rgb(85,66,44); }
div.DivClassName
{
background-color: #55422C;
}
.BgClassName
{
background-color: #55422C;
}
</style>
border-color css
<style>
span { border-color: #55422C; }
span { border-color: rgb(85,66,44); }
td.TdClassName
{
border-color: #55422C;
}
.TagClassName
{
border-color: #55422C;
}
</style>