Shades of Deep Bronze #55402E
Tints of Deep Bronze #55402E
RGB
CMYK
RGB Variations
Color information
#55402E (or 0x55402E) is known color: Deep Bronze. HEX triplet: 55, 40 and 2E. RGB value is (85,64,46). Sum of RGB (Red+Green+Blue) = 85+64+46=195 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.59% from 195); Green value is 64 (25.39% from 255 or 32.82% from 195); Blue value is 46 (18.36% from 255 or 23.59% from 195); Max value from RGB is 85 - color contains mainly: red. Hex color #55402E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55402E is #AABFD1. Grayscale: #444444. Windows color (decimal): -11190226 or 3031125. OLE color: 3031125.
HSL color Cylindrical-coordinate representation of color #55402E: hue angle of 27.69º 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 #55402E is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 64 | 46 | - |
| CMYK | 0 | 0.25 | 0.46 | 0.67 |
| HSL | 27.69º | 0.3% | 0.26% | - |
| HSV(B) | 27.69º | 0.46% | 0.33% | - |
| XYZ | 6.07 | 5.8 | 3.38 | - |
| YUV | 68.23 | 115.46 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 64 | 46 | 0 | 0.25 | 0.46 | 0.67 | 27.69 | 0.3 | 0.26 |
| Hex | 55 | 40 | 2E | 0 | 19 | 2E | 43 | 1C | 1E | 1A |
| Octal | 125 | 100 | 56 | 0 | 31 | 56 | 103 | 34 | 36 | 32 |
| Binary | 1010101 | 1000000 | 101110 | 0 | 11001 | 101110 | 1000011 | 11100 | 11110 | 11010 |
Color Harmonies of #55402E
Complementary color
Monochromatic Colors of #55402E
Black with #55402E
Text Example
Text Example
White with #55402E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55402E; }
p { color: rgb(85,64,46); }
H1.HeaderClassName
{
color: #55402E;
}
.AnyTagClassName
{
color: #55402E;
}
</style>
background-color css
<style>
a { background-color: #55402E; }
a { background-color: rgb(85,64,46); }
div.DivClassName
{
background-color: #55402E;
}
.BgClassName
{
background-color: #55402E;
}
</style>
border-color css
<style>
span { border-color: #55402E; }
span { border-color: rgb(85,64,46); }
td.TdClassName
{
border-color: #55402E;
}
.TagClassName
{
border-color: #55402E;
}
</style>