Shades of Deep Bronze #55452E
Tints of Deep Bronze #55452E
RGB
CMYK
RGB Variations
Color information
#55452E (or 0x55452E) is known color: Deep Bronze. HEX triplet: 55, 45 and 2E. RGB value is (85,69,46). Sum of RGB (Red+Green+Blue) = 85+69+46=200 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.5% from 200); Green value is 69 (27.34% from 255 or 34.5% from 200); Blue value is 46 (18.36% from 255 or 23% from 200); Max value from RGB is 85 - color contains mainly: red. Hex color #55452E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55452E is #AABAD1. Grayscale: #474747. Windows color (decimal): -11188946 or 3032405. OLE color: 3032405.
HSL color Cylindrical-coordinate representation of color #55452E: hue angle of 35.38º 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 #55452E is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 69 | 46 | - |
| CMYK | 0 | 0.19 | 0.46 | 0.67 |
| HSL | 35.38º | 0.3% | 0.26% | - |
| HSV(B) | 35.38º | 0.46% | 0.33% | - |
| XYZ | 6.37 | 6.38 | 3.48 | - |
| YUV | 71.16 | 113.8 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 69 | 46 | 0 | 0.19 | 0.46 | 0.67 | 35.38 | 0.3 | 0.26 |
| Hex | 55 | 45 | 2E | 0 | 13 | 2E | 43 | 23 | 1E | 1A |
| Octal | 125 | 105 | 56 | 0 | 23 | 56 | 103 | 43 | 36 | 32 |
| Binary | 1010101 | 1000101 | 101110 | 0 | 10011 | 101110 | 1000011 | 100011 | 11110 | 11010 |
Color Harmonies of #55452E
Complementary color
Monochromatic Colors of #55452E
Black with #55452E
Text Example
Text Example
White with #55452E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55452E; }
p { color: rgb(85,69,46); }
H1.HeaderClassName
{
color: #55452E;
}
.AnyTagClassName
{
color: #55452E;
}
</style>
background-color css
<style>
a { background-color: #55452E; }
a { background-color: rgb(85,69,46); }
div.DivClassName
{
background-color: #55452E;
}
.BgClassName
{
background-color: #55452E;
}
</style>
border-color css
<style>
span { border-color: #55452E; }
span { border-color: rgb(85,69,46); }
td.TdClassName
{
border-color: #55452E;
}
.TagClassName
{
border-color: #55452E;
}
</style>