Shades of Deep Bronze #55422E
Tints of Deep Bronze #55422E
RGB
CMYK
RGB Variations
Color information
#55422E (or 0x55422E) is known color: Deep Bronze. HEX triplet: 55, 42 and 2E. RGB value is (85,66,46). Sum of RGB (Red+Green+Blue) = 85+66+46=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 66 (26.17% from 255 or 33.50% from 197); Blue value is 46 (18.36% from 255 or 23.35% from 197); Max value from RGB is 85 - color contains mainly: red. Hex color #55422E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55422E is #AABDD1. Grayscale: #454545. Windows color (decimal): -11189714 or 3031637. OLE color: 3031637.
HSL color Cylindrical-coordinate representation of color #55422E: hue angle of 30.77º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #55422E is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 66 | 46 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.67 |
| HSL | 30.77º | 0.3% | 0.26% | - |
| HSV(B) | 30.77º | 0.46% | 0.33% | - |
| XYZ | 6.19 | 6.02 | 3.42 | - |
| YUV | 69.4 | 114.79 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 66 | 46 | 0 | 0.22 | 0.46 | 0.67 | 30.77 | 0.3 | 0.26 |
| Hex | 55 | 42 | 2E | 0 | 16 | 2E | 43 | 1F | 1E | 1A |
| Octal | 125 | 102 | 56 | 0 | 26 | 56 | 103 | 37 | 36 | 32 |
| Binary | 1010101 | 1000010 | 101110 | 0 | 10110 | 101110 | 1000011 | 11111 | 11110 | 11010 |
Color Harmonies of #55422E
Complementary color
Monochromatic Colors of #55422E
Black with #55422E
Text Example
Text Example
White with #55422E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55422E; }
p { color: rgb(85,66,46); }
H1.HeaderClassName
{
color: #55422E;
}
.AnyTagClassName
{
color: #55422E;
}
</style>
background-color css
<style>
a { background-color: #55422E; }
a { background-color: rgb(85,66,46); }
div.DivClassName
{
background-color: #55422E;
}
.BgClassName
{
background-color: #55422E;
}
</style>
border-color css
<style>
span { border-color: #55422E; }
span { border-color: rgb(85,66,46); }
td.TdClassName
{
border-color: #55422E;
}
.TagClassName
{
border-color: #55422E;
}
</style>