Shades of Deep Bronze #55422F
Tints of Deep Bronze #55422F
RGB
CMYK
RGB Variations
Color information
#55422F (or 0x55422F) is known color: Deep Bronze. HEX triplet: 55, 42 and 2F. RGB value is (85,66,47). Sum of RGB (Red+Green+Blue) = 85+66+47=198 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.93% from 198); Green value is 66 (26.17% from 255 or 33.33% from 198); Blue value is 47 (18.75% from 255 or 23.74% from 198); Max value from RGB is 85 - color contains mainly: red. Hex color #55422F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55422F is #AABDD0. Grayscale: #454545. Windows color (decimal): -11189713 or 3097173. OLE color: 3097173.
HSL color Cylindrical-coordinate representation of color #55422F: hue angle of 30º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #55422F is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 66 | 47 | - |
| CMYK | 0 | 0.22 | 0.45 | 0.67 |
| HSL | 30º | 0.29% | 0.26% | - |
| HSV(B) | 30º | 0.45% | 0.33% | - |
| XYZ | 6.21 | 6.03 | 3.53 | - |
| YUV | 69.52 | 115.29 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 66 | 47 | 0 | 0.22 | 0.45 | 0.67 | 30 | 0.29 | 0.26 |
| Hex | 55 | 42 | 2F | 0 | 16 | 2D | 43 | 1E | 1D | 1A |
| Octal | 125 | 102 | 57 | 0 | 26 | 55 | 103 | 36 | 35 | 32 |
| Binary | 1010101 | 1000010 | 101111 | 0 | 10110 | 101101 | 1000011 | 11110 | 11101 | 11010 |
Color Harmonies of #55422F
Complementary color
Monochromatic Colors of #55422F
Black with #55422F
Text Example
Text Example
White with #55422F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55422F; }
p { color: rgb(85,66,47); }
H1.HeaderClassName
{
color: #55422F;
}
.AnyTagClassName
{
color: #55422F;
}
</style>
background-color css
<style>
a { background-color: #55422F; }
a { background-color: rgb(85,66,47); }
div.DivClassName
{
background-color: #55422F;
}
.BgClassName
{
background-color: #55422F;
}
</style>
border-color css
<style>
span { border-color: #55422F; }
span { border-color: rgb(85,66,47); }
td.TdClassName
{
border-color: #55422F;
}
.TagClassName
{
border-color: #55422F;
}
</style>