Shades of Deep Bronze #52412B
Tints of Deep Bronze #52412B
RGB
CMYK
RGB Variations
Color information
#52412B (or 0x52412B) is known color: Deep Bronze. HEX triplet: 52, 41 and 2B. RGB value is (82,65,43). Sum of RGB (Red+Green+Blue) = 82+65+43=190 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.16% from 190); Green value is 65 (25.78% from 255 or 34.21% from 190); Blue value is 43 (17.19% from 255 or 22.63% from 190); Max value from RGB is 82 - color contains mainly: red. Hex color #52412B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52412B is #ADBED4. Grayscale: #434343. Windows color (decimal): -11386581 or 2834770. OLE color: 2834770.
HSL color Cylindrical-coordinate representation of color #52412B: hue angle of 33.85º 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 #52412B is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 65 | 43 | - |
| CMYK | 0 | 0.21 | 0.48 | 0.68 |
| HSL | 33.85º | 0.31% | 0.25% | - |
| HSV(B) | 33.85º | 0.48% | 0.32% | - |
| XYZ | 5.81 | 5.75 | 3.09 | - |
| YUV | 67.58 | 114.13 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 65 | 43 | 0 | 0.21 | 0.48 | 0.68 | 33.85 | 0.31 | 0.25 |
| Hex | 52 | 41 | 2B | 0 | 15 | 30 | 44 | 22 | 1F | 19 |
| Octal | 122 | 101 | 53 | 0 | 25 | 60 | 104 | 42 | 37 | 31 |
| Binary | 1010010 | 1000001 | 101011 | 0 | 10101 | 110000 | 1000100 | 100010 | 11111 | 11001 |
Color Harmonies of #52412B
Complementary color
Monochromatic Colors of #52412B
Black with #52412B
Text Example
Text Example
White with #52412B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52412B; }
p { color: rgb(82,65,43); }
H1.HeaderClassName
{
color: #52412B;
}
.AnyTagClassName
{
color: #52412B;
}
</style>
background-color css
<style>
a { background-color: #52412B; }
a { background-color: rgb(82,65,43); }
div.DivClassName
{
background-color: #52412B;
}
.BgClassName
{
background-color: #52412B;
}
</style>
border-color css
<style>
span { border-color: #52412B; }
span { border-color: rgb(82,65,43); }
td.TdClassName
{
border-color: #52412B;
}
.TagClassName
{
border-color: #52412B;
}
</style>