Shades of Deep Bronze #55452C
Tints of Deep Bronze #55452C
RGB
CMYK
RGB Variations
Color information
#55452C (or 0x55452C) is known color: Deep Bronze. HEX triplet: 55, 45 and 2C. RGB value is (85,69,44). Sum of RGB (Red+Green+Blue) = 85+69+44=198 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.93% from 198); Green value is 69 (27.34% from 255 or 34.85% from 198); Blue value is 44 (17.58% from 255 or 22.22% from 198); Max value from RGB is 85 - color contains mainly: red. Hex color #55452C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55452C is #AABAD3. Grayscale: #474747. Windows color (decimal): -11188948 or 2901333. OLE color: 2901333.
HSL color Cylindrical-coordinate representation of color #55452C: hue angle of 36.59º 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 #55452C is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 69 | 44 | - |
| CMYK | 0 | 0.19 | 0.48 | 0.67 |
| HSL | 36.59º | 0.32% | 0.25% | - |
| HSV(B) | 36.59º | 0.48% | 0.33% | - |
| XYZ | 6.33 | 6.37 | 3.28 | - |
| YUV | 70.93 | 112.8 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 69 | 44 | 0 | 0.19 | 0.48 | 0.67 | 36.59 | 0.32 | 0.25 |
| Hex | 55 | 45 | 2C | 0 | 13 | 30 | 43 | 25 | 20 | 19 |
| Octal | 125 | 105 | 54 | 0 | 23 | 60 | 103 | 45 | 40 | 31 |
| Binary | 1010101 | 1000101 | 101100 | 0 | 10011 | 110000 | 1000011 | 100101 | 100000 | 11001 |
Color Harmonies of #55452C
Complementary color
Monochromatic Colors of #55452C
Black with #55452C
Text Example
Text Example
White with #55452C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55452C; }
p { color: rgb(85,69,44); }
H1.HeaderClassName
{
color: #55452C;
}
.AnyTagClassName
{
color: #55452C;
}
</style>
background-color css
<style>
a { background-color: #55452C; }
a { background-color: rgb(85,69,44); }
div.DivClassName
{
background-color: #55452C;
}
.BgClassName
{
background-color: #55452C;
}
</style>
border-color css
<style>
span { border-color: #55452C; }
span { border-color: rgb(85,69,44); }
td.TdClassName
{
border-color: #55452C;
}
.TagClassName
{
border-color: #55452C;
}
</style>