Shades of Deep Bronze #55422B
Tints of Deep Bronze #55422B
RGB
CMYK
RGB Variations
Color information
#55422B (or 0x55422B) is known color: Deep Bronze. HEX triplet: 55, 42 and 2B. RGB value is (85,66,43). Sum of RGB (Red+Green+Blue) = 85+66+43=194 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.81% from 194); Green value is 66 (26.17% from 255 or 34.02% from 194); Blue value is 43 (17.19% from 255 or 22.16% from 194); Max value from RGB is 85 - color contains mainly: red. Hex color #55422B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55422B is #AABDD4. Grayscale: #454545. Windows color (decimal): -11189717 or 2835029. OLE color: 2835029.
HSL color Cylindrical-coordinate representation of color #55422B: hue angle of 32.86º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #55422B is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 66 | 43 | - |
| CMYK | 0 | 0.22 | 0.49 | 0.67 |
| HSL | 32.86º | 0.33% | 0.25% | - |
| HSV(B) | 32.86º | 0.49% | 0.33% | - |
| XYZ | 6.13 | 6 | 3.12 | - |
| YUV | 69.06 | 113.29 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 66 | 43 | 0 | 0.22 | 0.49 | 0.67 | 32.86 | 0.33 | 0.25 |
| Hex | 55 | 42 | 2B | 0 | 16 | 31 | 43 | 21 | 21 | 19 |
| Octal | 125 | 102 | 53 | 0 | 26 | 61 | 103 | 41 | 41 | 31 |
| Binary | 1010101 | 1000010 | 101011 | 0 | 10110 | 110001 | 1000011 | 100001 | 100001 | 11001 |
Color Harmonies of #55422B
Complementary color
Monochromatic Colors of #55422B
Black with #55422B
Text Example
Text Example
White with #55422B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55422B; }
p { color: rgb(85,66,43); }
H1.HeaderClassName
{
color: #55422B;
}
.AnyTagClassName
{
color: #55422B;
}
</style>
background-color css
<style>
a { background-color: #55422B; }
a { background-color: rgb(85,66,43); }
div.DivClassName
{
background-color: #55422B;
}
.BgClassName
{
background-color: #55422B;
}
</style>
border-color css
<style>
span { border-color: #55422B; }
span { border-color: rgb(85,66,43); }
td.TdClassName
{
border-color: #55422B;
}
.TagClassName
{
border-color: #55422B;
}
</style>