Shades of Deep Bronze #52412A
Tints of Deep Bronze #52412A
RGB
CMYK
RGB Variations
Color information
#52412A (or 0x52412A) is known color: Deep Bronze. HEX triplet: 52, 41 and 2A. RGB value is (82,65,42). Sum of RGB (Red+Green+Blue) = 82+65+42=189 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.39% from 189); Green value is 65 (25.78% from 255 or 34.39% from 189); Blue value is 42 (16.80% from 255 or 22.22% from 189); Max value from RGB is 82 - color contains mainly: red. Hex color #52412A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52412A is #ADBED5. Grayscale: #434343. Windows color (decimal): -11386582 or 2769234. OLE color: 2769234.
HSL color Cylindrical-coordinate representation of color #52412A: hue angle of 34.5º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #52412A is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 65 | 42 | - |
| CMYK | 0 | 0.21 | 0.49 | 0.68 |
| HSL | 34.5º | 0.32% | 0.24% | - |
| HSV(B) | 34.5º | 0.49% | 0.32% | - |
| XYZ | 5.79 | 5.74 | 2.99 | - |
| YUV | 67.46 | 113.63 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 65 | 42 | 0 | 0.21 | 0.49 | 0.68 | 34.5 | 0.32 | 0.24 |
| Hex | 52 | 41 | 2A | 0 | 15 | 31 | 44 | 22 | 20 | 18 |
| Octal | 122 | 101 | 52 | 0 | 25 | 61 | 104 | 42 | 40 | 30 |
| Binary | 1010010 | 1000001 | 101010 | 0 | 10101 | 110001 | 1000100 | 100010 | 100000 | 11000 |
Color Harmonies of #52412A
Complementary color
Monochromatic Colors of #52412A
Black with #52412A
Text Example
Text Example
White with #52412A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52412A; }
p { color: rgb(82,65,42); }
H1.HeaderClassName
{
color: #52412A;
}
.AnyTagClassName
{
color: #52412A;
}
</style>
background-color css
<style>
a { background-color: #52412A; }
a { background-color: rgb(82,65,42); }
div.DivClassName
{
background-color: #52412A;
}
.BgClassName
{
background-color: #52412A;
}
</style>
border-color css
<style>
span { border-color: #52412A; }
span { border-color: rgb(82,65,42); }
td.TdClassName
{
border-color: #52412A;
}
.TagClassName
{
border-color: #52412A;
}
</style>