Shades of Deep Bronze #52402B
Tints of Deep Bronze #52402B
RGB
CMYK
RGB Variations
Color information
#52402B (or 0x52402B) is known color: Deep Bronze. HEX triplet: 52, 40 and 2B. RGB value is (82,64,43). Sum of RGB (Red+Green+Blue) = 82+64+43=189 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.39% from 189); Green value is 64 (25.39% from 255 or 33.86% from 189); Blue value is 43 (17.19% from 255 or 22.75% from 189); Max value from RGB is 82 - color contains mainly: red. Hex color #52402B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52402B is #ADBFD4. Grayscale: #434343. Windows color (decimal): -11386837 or 2834514. OLE color: 2834514.
HSL color Cylindrical-coordinate representation of color #52402B: hue angle of 32.31º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #52402B is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 64 | 43 | - |
| CMYK | 0 | 0.22 | 0.48 | 0.68 |
| HSL | 32.31º | 0.31% | 0.25% | - |
| HSV(B) | 32.31º | 0.48% | 0.32% | - |
| XYZ | 5.75 | 5.64 | 3.07 | - |
| YUV | 66.99 | 114.46 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 64 | 43 | 0 | 0.22 | 0.48 | 0.68 | 32.31 | 0.31 | 0.25 |
| Hex | 52 | 40 | 2B | 0 | 16 | 30 | 44 | 20 | 1F | 19 |
| Octal | 122 | 100 | 53 | 0 | 26 | 60 | 104 | 40 | 37 | 31 |
| Binary | 1010010 | 1000000 | 101011 | 0 | 10110 | 110000 | 1000100 | 100000 | 11111 | 11001 |
Color Harmonies of #52402B
Complementary color
Monochromatic Colors of #52402B
Black with #52402B
Text Example
Text Example
White with #52402B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52402B; }
p { color: rgb(82,64,43); }
H1.HeaderClassName
{
color: #52402B;
}
.AnyTagClassName
{
color: #52402B;
}
</style>
background-color css
<style>
a { background-color: #52402B; }
a { background-color: rgb(82,64,43); }
div.DivClassName
{
background-color: #52402B;
}
.BgClassName
{
background-color: #52402B;
}
</style>
border-color css
<style>
span { border-color: #52402B; }
span { border-color: rgb(82,64,43); }
td.TdClassName
{
border-color: #52402B;
}
.TagClassName
{
border-color: #52402B;
}
</style>