Shades of Deep Bronze #55422A
Tints of Deep Bronze #55422A
RGB
CMYK
RGB Variations
Color information
#55422A (or 0x55422A) is known color: Deep Bronze. HEX triplet: 55, 42 and 2A. RGB value is (85,66,42). Sum of RGB (Red+Green+Blue) = 85+66+42=193 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.04% from 193); Green value is 66 (26.17% from 255 or 34.20% from 193); Blue value is 42 (16.80% from 255 or 21.76% from 193); Max value from RGB is 85 - color contains mainly: red. Hex color #55422A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55422A is #AABDD5. Grayscale: #454545. Windows color (decimal): -11189718 or 2769493. OLE color: 2769493.
HSL color Cylindrical-coordinate representation of color #55422A: hue angle of 33.49º 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 #55422A is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 66 | 42 | - |
| CMYK | 0 | 0.22 | 0.51 | 0.67 |
| HSL | 33.49º | 0.34% | 0.25% | - |
| HSV(B) | 33.49º | 0.51% | 0.33% | - |
| XYZ | 6.11 | 5.99 | 3.03 | - |
| YUV | 68.95 | 112.79 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 66 | 42 | 0 | 0.22 | 0.51 | 0.67 | 33.49 | 0.34 | 0.25 |
| Hex | 55 | 42 | 2A | 0 | 16 | 33 | 43 | 21 | 22 | 19 |
| Octal | 125 | 102 | 52 | 0 | 26 | 63 | 103 | 41 | 42 | 31 |
| Binary | 1010101 | 1000010 | 101010 | 0 | 10110 | 110011 | 1000011 | 100001 | 100010 | 11001 |
Color Harmonies of #55422A
Complementary color
Monochromatic Colors of #55422A
Black with #55422A
Text Example
Text Example
White with #55422A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55422A; }
p { color: rgb(85,66,42); }
H1.HeaderClassName
{
color: #55422A;
}
.AnyTagClassName
{
color: #55422A;
}
</style>
background-color css
<style>
a { background-color: #55422A; }
a { background-color: rgb(85,66,42); }
div.DivClassName
{
background-color: #55422A;
}
.BgClassName
{
background-color: #55422A;
}
</style>
border-color css
<style>
span { border-color: #55422A; }
span { border-color: rgb(85,66,42); }
td.TdClassName
{
border-color: #55422A;
}
.TagClassName
{
border-color: #55422A;
}
</style>