Shades of Deep Bronze #52442C
Tints of Deep Bronze #52442C
RGB
CMYK
RGB Variations
Color information
#52442C (or 0x52442C) is known color: Deep Bronze. HEX triplet: 52, 44 and 2C. RGB value is (82,68,44). Sum of RGB (Red+Green+Blue) = 82+68+44=194 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.27% from 194); Green value is 68 (26.95% from 255 or 35.05% from 194); Blue value is 44 (17.58% from 255 or 22.68% from 194); Max value from RGB is 82 - color contains mainly: red. Hex color #52442C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52442C is #ADBBD3. Grayscale: #454545. Windows color (decimal): -11385812 or 2901074. OLE color: 2901074.
HSL color Cylindrical-coordinate representation of color #52442C: hue angle of 37.89º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #52442C is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 68 | 44 | - |
| CMYK | 0 | 0.17 | 0.46 | 0.68 |
| HSL | 37.89º | 0.3% | 0.25% | - |
| HSV(B) | 37.89º | 0.46% | 0.32% | - |
| XYZ | 6 | 6.11 | 3.25 | - |
| YUV | 69.45 | 113.64 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 68 | 44 | 0 | 0.17 | 0.46 | 0.68 | 37.89 | 0.3 | 0.25 |
| Hex | 52 | 44 | 2C | 0 | 11 | 2E | 44 | 26 | 1E | 19 |
| Octal | 122 | 104 | 54 | 0 | 21 | 56 | 104 | 46 | 36 | 31 |
| Binary | 1010010 | 1000100 | 101100 | 0 | 10001 | 101110 | 1000100 | 100110 | 11110 | 11001 |
Color Harmonies of #52442C
Complementary color
Monochromatic Colors of #52442C
Black with #52442C
Text Example
Text Example
White with #52442C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52442C; }
p { color: rgb(82,68,44); }
H1.HeaderClassName
{
color: #52442C;
}
.AnyTagClassName
{
color: #52442C;
}
</style>
background-color css
<style>
a { background-color: #52442C; }
a { background-color: rgb(82,68,44); }
div.DivClassName
{
background-color: #52442C;
}
.BgClassName
{
background-color: #52442C;
}
</style>
border-color css
<style>
span { border-color: #52442C; }
span { border-color: rgb(82,68,44); }
td.TdClassName
{
border-color: #52442C;
}
.TagClassName
{
border-color: #52442C;
}
</style>