Shades of Deep Bronze #55432C
Tints of Deep Bronze #55432C
RGB
CMYK
RGB Variations
Color information
#55432C (or 0x55432C) is known color: Deep Bronze. HEX triplet: 55, 43 and 2C. RGB value is (85,67,44). Sum of RGB (Red+Green+Blue) = 85+67+44=196 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.37% from 196); Green value is 67 (26.56% from 255 or 34.18% from 196); Blue value is 44 (17.58% from 255 or 22.45% from 196); Max value from RGB is 85 - color contains mainly: red. Hex color #55432C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55432C is #AABCD3. Grayscale: #454545. Windows color (decimal): -11189460 or 2900821. OLE color: 2900821.
HSL color Cylindrical-coordinate representation of color #55432C: hue angle of 33.66º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #55432C is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 67 | 44 | - |
| CMYK | 0 | 0.21 | 0.48 | 0.67 |
| HSL | 33.66º | 0.32% | 0.25% | - |
| HSV(B) | 33.66º | 0.48% | 0.33% | - |
| XYZ | 6.21 | 6.13 | 3.24 | - |
| YUV | 69.76 | 113.46 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 67 | 44 | 0 | 0.21 | 0.48 | 0.67 | 33.66 | 0.32 | 0.25 |
| Hex | 55 | 43 | 2C | 0 | 15 | 30 | 43 | 22 | 20 | 19 |
| Octal | 125 | 103 | 54 | 0 | 25 | 60 | 103 | 42 | 40 | 31 |
| Binary | 1010101 | 1000011 | 101100 | 0 | 10101 | 110000 | 1000011 | 100010 | 100000 | 11001 |
Color Harmonies of #55432C
Complementary color
Monochromatic Colors of #55432C
Black with #55432C
Text Example
Text Example
White with #55432C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55432C; }
p { color: rgb(85,67,44); }
H1.HeaderClassName
{
color: #55432C;
}
.AnyTagClassName
{
color: #55432C;
}
</style>
background-color css
<style>
a { background-color: #55432C; }
a { background-color: rgb(85,67,44); }
div.DivClassName
{
background-color: #55432C;
}
.BgClassName
{
background-color: #55432C;
}
</style>
border-color css
<style>
span { border-color: #55432C; }
span { border-color: rgb(85,67,44); }
td.TdClassName
{
border-color: #55432C;
}
.TagClassName
{
border-color: #55432C;
}
</style>