Shades of Deep Bronze #52432E
Tints of Deep Bronze #52432E
RGB
CMYK
RGB Variations
Color information
#52432E (or 0x52432E) is known color: Deep Bronze. HEX triplet: 52, 43 and 2E. RGB value is (82,67,46). Sum of RGB (Red+Green+Blue) = 82+67+46=195 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.05% from 195); Green value is 67 (26.56% from 255 or 34.36% from 195); Blue value is 46 (18.36% from 255 or 23.59% from 195); Max value from RGB is 82 - color contains mainly: red. Hex color #52432E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52432E is #ADBCD1. Grayscale: #454545. Windows color (decimal): -11386066 or 3031890. OLE color: 3031890.
HSL color Cylindrical-coordinate representation of color #52432E: hue angle of 35º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #52432E is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 67 | 46 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.68 |
| HSL | 35º | 0.28% | 0.25% | - |
| HSV(B) | 35º | 0.44% | 0.32% | - |
| XYZ | 5.98 | 6.01 | 3.43 | - |
| YUV | 69.09 | 114.97 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 67 | 46 | 0 | 0.18 | 0.44 | 0.68 | 35 | 0.28 | 0.25 |
| Hex | 52 | 43 | 2E | 0 | 12 | 2C | 44 | 23 | 1C | 19 |
| Octal | 122 | 103 | 56 | 0 | 22 | 54 | 104 | 43 | 34 | 31 |
| Binary | 1010010 | 1000011 | 101110 | 0 | 10010 | 101100 | 1000100 | 100011 | 11100 | 11001 |
Color Harmonies of #52432E
Complementary color
Monochromatic Colors of #52432E
Black with #52432E
Text Example
Text Example
White with #52432E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52432E; }
p { color: rgb(82,67,46); }
H1.HeaderClassName
{
color: #52432E;
}
.AnyTagClassName
{
color: #52432E;
}
</style>
background-color css
<style>
a { background-color: #52432E; }
a { background-color: rgb(82,67,46); }
div.DivClassName
{
background-color: #52432E;
}
.BgClassName
{
background-color: #52432E;
}
</style>
border-color css
<style>
span { border-color: #52432E; }
span { border-color: rgb(82,67,46); }
td.TdClassName
{
border-color: #52432E;
}
.TagClassName
{
border-color: #52432E;
}
</style>