Shades of Deep Bronze #52432B
Tints of Deep Bronze #52432B
RGB
CMYK
RGB Variations
Color information
#52432B (or 0x52432B) is known color: Deep Bronze. HEX triplet: 52, 43 and 2B. RGB value is (82,67,43). Sum of RGB (Red+Green+Blue) = 82+67+43=192 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.71% from 192); Green value is 67 (26.56% from 255 or 34.90% from 192); Blue value is 43 (17.19% from 255 or 22.40% from 192); Max value from RGB is 82 - color contains mainly: red. Hex color #52432B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52432B is #ADBCD4. Grayscale: #444444. Windows color (decimal): -11386069 or 2835282. OLE color: 2835282.
HSL color Cylindrical-coordinate representation of color #52432B: hue angle of 36.92º 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 #52432B is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 67 | 43 | - |
| CMYK | 0 | 0.18 | 0.48 | 0.68 |
| HSL | 36.92º | 0.31% | 0.25% | - |
| HSV(B) | 36.92º | 0.48% | 0.32% | - |
| XYZ | 5.92 | 5.98 | 3.13 | - |
| YUV | 68.75 | 113.47 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 67 | 43 | 0 | 0.18 | 0.48 | 0.68 | 36.92 | 0.31 | 0.25 |
| Hex | 52 | 43 | 2B | 0 | 12 | 30 | 44 | 25 | 1F | 19 |
| Octal | 122 | 103 | 53 | 0 | 22 | 60 | 104 | 45 | 37 | 31 |
| Binary | 1010010 | 1000011 | 101011 | 0 | 10010 | 110000 | 1000100 | 100101 | 11111 | 11001 |
Color Harmonies of #52432B
Complementary color
Monochromatic Colors of #52432B
Black with #52432B
Text Example
Text Example
White with #52432B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52432B; }
p { color: rgb(82,67,43); }
H1.HeaderClassName
{
color: #52432B;
}
.AnyTagClassName
{
color: #52432B;
}
</style>
background-color css
<style>
a { background-color: #52432B; }
a { background-color: rgb(82,67,43); }
div.DivClassName
{
background-color: #52432B;
}
.BgClassName
{
background-color: #52432B;
}
</style>
border-color css
<style>
span { border-color: #52432B; }
span { border-color: rgb(82,67,43); }
td.TdClassName
{
border-color: #52432B;
}
.TagClassName
{
border-color: #52432B;
}
</style>