Shades of Deep Bronze #52442B
Tints of Deep Bronze #52442B
RGB
CMYK
RGB Variations
Color information
#52442B (or 0x52442B) is known color: Deep Bronze. HEX triplet: 52, 44 and 2B. RGB value is (82,68,43). Sum of RGB (Red+Green+Blue) = 82+68+43=193 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.49% from 193); Green value is 68 (26.95% from 255 or 35.23% from 193); Blue value is 43 (17.19% from 255 or 22.28% from 193); Max value from RGB is 82 - color contains mainly: red. Hex color #52442B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52442B is #ADBBD4. Grayscale: #454545. Windows color (decimal): -11385813 or 2835538. OLE color: 2835538.
HSL color Cylindrical-coordinate representation of color #52442B: hue angle of 38.46º 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 #52442B is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 68 | 43 | - |
| CMYK | 0 | 0.17 | 0.48 | 0.68 |
| HSL | 38.46º | 0.31% | 0.25% | - |
| HSV(B) | 38.46º | 0.48% | 0.32% | - |
| XYZ | 5.98 | 6.1 | 3.15 | - |
| YUV | 69.34 | 113.14 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 68 | 43 | 0 | 0.17 | 0.48 | 0.68 | 38.46 | 0.31 | 0.25 |
| Hex | 52 | 44 | 2B | 0 | 11 | 30 | 44 | 26 | 1F | 19 |
| Octal | 122 | 104 | 53 | 0 | 21 | 60 | 104 | 46 | 37 | 31 |
| Binary | 1010010 | 1000100 | 101011 | 0 | 10001 | 110000 | 1000100 | 100110 | 11111 | 11001 |
Color Harmonies of #52442B
Complementary color
Monochromatic Colors of #52442B
Black with #52442B
Text Example
Text Example
White with #52442B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52442B; }
p { color: rgb(82,68,43); }
H1.HeaderClassName
{
color: #52442B;
}
.AnyTagClassName
{
color: #52442B;
}
</style>
background-color css
<style>
a { background-color: #52442B; }
a { background-color: rgb(82,68,43); }
div.DivClassName
{
background-color: #52442B;
}
.BgClassName
{
background-color: #52442B;
}
</style>
border-color css
<style>
span { border-color: #52442B; }
span { border-color: rgb(82,68,43); }
td.TdClassName
{
border-color: #52442B;
}
.TagClassName
{
border-color: #52442B;
}
</style>