Shades of Deep Bronze #55462D
Tints of Deep Bronze #55462D
RGB
CMYK
RGB Variations
Color information
#55462D (or 0x55462D) is known color: Deep Bronze. HEX triplet: 55, 46 and 2D. RGB value is (85,70,45). Sum of RGB (Red+Green+Blue) = 85+70+45=200 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.5% from 200); Green value is 70 (27.73% from 255 or 35% from 200); Blue value is 45 (17.97% from 255 or 22.5% from 200); Max value from RGB is 85 - color contains mainly: red. Hex color #55462D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55462D is #AAB9D2. Grayscale: #474747. Windows color (decimal): -11188691 or 2967125. OLE color: 2967125.
HSL color Cylindrical-coordinate representation of color #55462D: hue angle of 37.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 #55462D is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 70 | 45 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.67 |
| HSL | 37.5º | 0.31% | 0.25% | - |
| HSV(B) | 37.5º | 0.47% | 0.33% | - |
| XYZ | 6.41 | 6.5 | 3.4 | - |
| YUV | 71.64 | 112.97 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 70 | 45 | 0 | 0.18 | 0.47 | 0.67 | 37.5 | 0.31 | 0.25 |
| Hex | 55 | 46 | 2D | 0 | 12 | 2F | 43 | 26 | 1F | 19 |
| Octal | 125 | 106 | 55 | 0 | 22 | 57 | 103 | 46 | 37 | 31 |
| Binary | 1010101 | 1000110 | 101101 | 0 | 10010 | 101111 | 1000011 | 100110 | 11111 | 11001 |
Color Harmonies of #55462D
Complementary color
Monochromatic Colors of #55462D
Black with #55462D
Text Example
Text Example
White with #55462D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55462D; }
p { color: rgb(85,70,45); }
H1.HeaderClassName
{
color: #55462D;
}
.AnyTagClassName
{
color: #55462D;
}
</style>
background-color css
<style>
a { background-color: #55462D; }
a { background-color: rgb(85,70,45); }
div.DivClassName
{
background-color: #55462D;
}
.BgClassName
{
background-color: #55462D;
}
</style>
border-color css
<style>
span { border-color: #55462D; }
span { border-color: rgb(85,70,45); }
td.TdClassName
{
border-color: #55462D;
}
.TagClassName
{
border-color: #55462D;
}
</style>