Shades of Deep Bronze #52402C
Tints of Deep Bronze #52402C
RGB
CMYK
RGB Variations
Color information
#52402C (or 0x52402C) is known color: Deep Bronze. HEX triplet: 52, 40 and 2C. RGB value is (82,64,44). Sum of RGB (Red+Green+Blue) = 82+64+44=190 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.16% from 190); Green value is 64 (25.39% from 255 or 33.68% from 190); Blue value is 44 (17.58% from 255 or 23.16% from 190); Max value from RGB is 82 - color contains mainly: red. Hex color #52402C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52402C is #ADBFD3. Grayscale: #434343. Windows color (decimal): -11386836 or 2900050. OLE color: 2900050.
HSL color Cylindrical-coordinate representation of color #52402C: hue angle of 31.58º 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 #52402C is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 64 | 44 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.68 |
| HSL | 31.58º | 0.3% | 0.25% | - |
| HSV(B) | 31.58º | 0.46% | 0.32% | - |
| XYZ | 5.77 | 5.64 | 3.17 | - |
| YUV | 67.1 | 114.96 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 64 | 44 | 0 | 0.22 | 0.46 | 0.68 | 31.58 | 0.3 | 0.25 |
| Hex | 52 | 40 | 2C | 0 | 16 | 2E | 44 | 20 | 1E | 19 |
| Octal | 122 | 100 | 54 | 0 | 26 | 56 | 104 | 40 | 36 | 31 |
| Binary | 1010010 | 1000000 | 101100 | 0 | 10110 | 101110 | 1000100 | 100000 | 11110 | 11001 |
Color Harmonies of #52402C
Complementary color
Monochromatic Colors of #52402C
Black with #52402C
Text Example
Text Example
White with #52402C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52402C; }
p { color: rgb(82,64,44); }
H1.HeaderClassName
{
color: #52402C;
}
.AnyTagClassName
{
color: #52402C;
}
</style>
background-color css
<style>
a { background-color: #52402C; }
a { background-color: rgb(82,64,44); }
div.DivClassName
{
background-color: #52402C;
}
.BgClassName
{
background-color: #52402C;
}
</style>
border-color css
<style>
span { border-color: #52402C; }
span { border-color: rgb(82,64,44); }
td.TdClassName
{
border-color: #52402C;
}
.TagClassName
{
border-color: #52402C;
}
</style>