Shades of Deep Bronze #55402D
Tints of Deep Bronze #55402D
RGB
CMYK
RGB Variations
Color information
#55402D (or 0x55402D) is known color: Deep Bronze. HEX triplet: 55, 40 and 2D. RGB value is (85,64,45). Sum of RGB (Red+Green+Blue) = 85+64+45=194 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.81% from 194); Green value is 64 (25.39% from 255 or 32.99% from 194); Blue value is 45 (17.97% from 255 or 23.20% from 194); Max value from RGB is 85 - color contains mainly: red. Hex color #55402D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55402D is #AABFD2. Grayscale: #444444. Windows color (decimal): -11190227 or 2965589. OLE color: 2965589.
HSL color Cylindrical-coordinate representation of color #55402D: hue angle of 28.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 #55402D is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 64 | 45 | - |
| CMYK | 0 | 0.25 | 0.47 | 0.67 |
| HSL | 28.5º | 0.31% | 0.25% | - |
| HSV(B) | 28.5º | 0.47% | 0.33% | - |
| XYZ | 6.05 | 5.79 | 3.28 | - |
| YUV | 68.11 | 114.96 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 64 | 45 | 0 | 0.25 | 0.47 | 0.67 | 28.5 | 0.31 | 0.25 |
| Hex | 55 | 40 | 2D | 0 | 19 | 2F | 43 | 1C | 1F | 19 |
| Octal | 125 | 100 | 55 | 0 | 31 | 57 | 103 | 34 | 37 | 31 |
| Binary | 1010101 | 1000000 | 101101 | 0 | 11001 | 101111 | 1000011 | 11100 | 11111 | 11001 |
Color Harmonies of #55402D
Complementary color
Monochromatic Colors of #55402D
Black with #55402D
Text Example
Text Example
White with #55402D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55402D; }
p { color: rgb(85,64,45); }
H1.HeaderClassName
{
color: #55402D;
}
.AnyTagClassName
{
color: #55402D;
}
</style>
background-color css
<style>
a { background-color: #55402D; }
a { background-color: rgb(85,64,45); }
div.DivClassName
{
background-color: #55402D;
}
.BgClassName
{
background-color: #55402D;
}
</style>
border-color css
<style>
span { border-color: #55402D; }
span { border-color: rgb(85,64,45); }
td.TdClassName
{
border-color: #55402D;
}
.TagClassName
{
border-color: #55402D;
}
</style>