Shades of Deep Bronze #55422D
Tints of Deep Bronze #55422D
RGB
CMYK
RGB Variations
Color information
#55422D (or 0x55422D) is known color: Deep Bronze. HEX triplet: 55, 42 and 2D. RGB value is (85,66,45). Sum of RGB (Red+Green+Blue) = 85+66+45=196 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.37% from 196); Green value is 66 (26.17% from 255 or 33.67% from 196); Blue value is 45 (17.97% from 255 or 22.96% from 196); Max value from RGB is 85 - color contains mainly: red. Hex color #55422D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55422D is #AABDD2. Grayscale: #454545. Windows color (decimal): -11189715 or 2966101. OLE color: 2966101.
HSL color Cylindrical-coordinate representation of color #55422D: hue angle of 31.5º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #55422D is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 66 | 45 | - |
| CMYK | 0 | 0.22 | 0.47 | 0.67 |
| HSL | 31.5º | 0.31% | 0.25% | - |
| HSV(B) | 31.5º | 0.47% | 0.33% | - |
| XYZ | 6.17 | 6.02 | 3.32 | - |
| YUV | 69.29 | 114.29 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 66 | 45 | 0 | 0.22 | 0.47 | 0.67 | 31.5 | 0.31 | 0.25 |
| Hex | 55 | 42 | 2D | 0 | 16 | 2F | 43 | 1F | 1F | 19 |
| Octal | 125 | 102 | 55 | 0 | 26 | 57 | 103 | 37 | 37 | 31 |
| Binary | 1010101 | 1000010 | 101101 | 0 | 10110 | 101111 | 1000011 | 11111 | 11111 | 11001 |
Color Harmonies of #55422D
Complementary color
Monochromatic Colors of #55422D
Black with #55422D
Text Example
Text Example
White with #55422D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55422D; }
p { color: rgb(85,66,45); }
H1.HeaderClassName
{
color: #55422D;
}
.AnyTagClassName
{
color: #55422D;
}
</style>
background-color css
<style>
a { background-color: #55422D; }
a { background-color: rgb(85,66,45); }
div.DivClassName
{
background-color: #55422D;
}
.BgClassName
{
background-color: #55422D;
}
</style>
border-color css
<style>
span { border-color: #55422D; }
span { border-color: rgb(85,66,45); }
td.TdClassName
{
border-color: #55422D;
}
.TagClassName
{
border-color: #55422D;
}
</style>