Shades of Deep Bronze #55432E
Tints of Deep Bronze #55432E
RGB
CMYK
RGB Variations
Color information
#55432E (or 0x55432E) is known color: Deep Bronze. HEX triplet: 55, 43 and 2E. RGB value is (85,67,46). Sum of RGB (Red+Green+Blue) = 85+67+46=198 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.93% from 198); Green value is 67 (26.56% from 255 or 33.84% from 198); Blue value is 46 (18.36% from 255 or 23.23% from 198); Max value from RGB is 85 - color contains mainly: red. Hex color #55432E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55432E is #AABCD1. Grayscale: #464646. Windows color (decimal): -11189458 or 3031893. OLE color: 3031893.
HSL color Cylindrical-coordinate representation of color #55432E: hue angle of 32.31º 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 #55432E is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 67 | 46 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.67 |
| HSL | 32.31º | 0.3% | 0.26% | - |
| HSV(B) | 32.31º | 0.46% | 0.33% | - |
| XYZ | 6.25 | 6.14 | 3.44 | - |
| YUV | 69.99 | 114.46 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 67 | 46 | 0 | 0.21 | 0.46 | 0.67 | 32.31 | 0.3 | 0.26 |
| Hex | 55 | 43 | 2E | 0 | 15 | 2E | 43 | 20 | 1E | 1A |
| Octal | 125 | 103 | 56 | 0 | 25 | 56 | 103 | 40 | 36 | 32 |
| Binary | 1010101 | 1000011 | 101110 | 0 | 10101 | 101110 | 1000011 | 100000 | 11110 | 11010 |
Color Harmonies of #55432E
Complementary color
Monochromatic Colors of #55432E
Black with #55432E
Text Example
Text Example
White with #55432E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55432E; }
p { color: rgb(85,67,46); }
H1.HeaderClassName
{
color: #55432E;
}
.AnyTagClassName
{
color: #55432E;
}
</style>
background-color css
<style>
a { background-color: #55432E; }
a { background-color: rgb(85,67,46); }
div.DivClassName
{
background-color: #55432E;
}
.BgClassName
{
background-color: #55432E;
}
</style>
border-color css
<style>
span { border-color: #55432E; }
span { border-color: rgb(85,67,46); }
td.TdClassName
{
border-color: #55432E;
}
.TagClassName
{
border-color: #55432E;
}
</style>