Shades of Deep Bronze #52422C
Tints of Deep Bronze #52422C
RGB
CMYK
RGB Variations
Color information
#52422C (or 0x52422C) is known color: Deep Bronze. HEX triplet: 52, 42 and 2C. RGB value is (82,66,44). Sum of RGB (Red+Green+Blue) = 82+66+44=192 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.71% from 192); Green value is 66 (26.17% from 255 or 34.38% from 192); Blue value is 44 (17.58% from 255 or 22.92% from 192); Max value from RGB is 82 - color contains mainly: red. Hex color #52422C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52422C is #ADBDD3. Grayscale: #444444. Windows color (decimal): -11386324 or 2900562. OLE color: 2900562.
HSL color Cylindrical-coordinate representation of color #52422C: hue angle of 34.74º 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 #52422C is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 66 | 44 | - |
| CMYK | 0 | 0.20 | 0.46 | 0.68 |
| HSL | 34.74º | 0.3% | 0.25% | - |
| HSV(B) | 34.74º | 0.46% | 0.32% | - |
| XYZ | 5.88 | 5.87 | 3.21 | - |
| YUV | 68.28 | 114.3 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 66 | 44 | 0 | 0.20 | 0.46 | 0.68 | 34.74 | 0.3 | 0.25 |
| Hex | 52 | 42 | 2C | 0 | 14 | 2E | 44 | 23 | 1E | 19 |
| Octal | 122 | 102 | 54 | 0 | 24 | 56 | 104 | 43 | 36 | 31 |
| Binary | 1010010 | 1000010 | 101100 | 0 | 10100 | 101110 | 1000100 | 100011 | 11110 | 11001 |
Color Harmonies of #52422C
Complementary color
Monochromatic Colors of #52422C
Black with #52422C
Text Example
Text Example
White with #52422C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52422C; }
p { color: rgb(82,66,44); }
H1.HeaderClassName
{
color: #52422C;
}
.AnyTagClassName
{
color: #52422C;
}
</style>
background-color css
<style>
a { background-color: #52422C; }
a { background-color: rgb(82,66,44); }
div.DivClassName
{
background-color: #52422C;
}
.BgClassName
{
background-color: #52422C;
}
</style>
border-color css
<style>
span { border-color: #52422C; }
span { border-color: rgb(82,66,44); }
td.TdClassName
{
border-color: #52422C;
}
.TagClassName
{
border-color: #52422C;
}
</style>