Shades of Deep Bronze #52402D
Tints of Deep Bronze #52402D
RGB
CMYK
RGB Variations
Color information
#52402D (or 0x52402D) is known color: Deep Bronze. HEX triplet: 52, 40 and 2D. RGB value is (82,64,45). Sum of RGB (Red+Green+Blue) = 82+64+45=191 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.93% from 191); Green value is 64 (25.39% from 255 or 33.51% from 191); Blue value is 45 (17.97% from 255 or 23.56% from 191); Max value from RGB is 82 - color contains mainly: red. Hex color #52402D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52402D is #ADBFD2. Grayscale: #434343. Windows color (decimal): -11386835 or 2965586. OLE color: 2965586.
HSL color Cylindrical-coordinate representation of color #52402D: hue angle of 30.81º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #52402D is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 64 | 45 | - |
| CMYK | 0 | 0.22 | 0.45 | 0.68 |
| HSL | 30.81º | 0.29% | 0.25% | - |
| HSV(B) | 30.81º | 0.45% | 0.32% | - |
| XYZ | 5.79 | 5.65 | 3.27 | - |
| YUV | 67.22 | 115.46 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 64 | 45 | 0 | 0.22 | 0.45 | 0.68 | 30.81 | 0.29 | 0.25 |
| Hex | 52 | 40 | 2D | 0 | 16 | 2D | 44 | 1F | 1D | 19 |
| Octal | 122 | 100 | 55 | 0 | 26 | 55 | 104 | 37 | 35 | 31 |
| Binary | 1010010 | 1000000 | 101101 | 0 | 10110 | 101101 | 1000100 | 11111 | 11101 | 11001 |
Color Harmonies of #52402D
Complementary color
Monochromatic Colors of #52402D
Black with #52402D
Text Example
Text Example
White with #52402D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52402D; }
p { color: rgb(82,64,45); }
H1.HeaderClassName
{
color: #52402D;
}
.AnyTagClassName
{
color: #52402D;
}
</style>
background-color css
<style>
a { background-color: #52402D; }
a { background-color: rgb(82,64,45); }
div.DivClassName
{
background-color: #52402D;
}
.BgClassName
{
background-color: #52402D;
}
</style>
border-color css
<style>
span { border-color: #52402D; }
span { border-color: rgb(82,64,45); }
td.TdClassName
{
border-color: #52402D;
}
.TagClassName
{
border-color: #52402D;
}
</style>