Shades of Deep Bronze #52422F
Tints of Deep Bronze #52422F
RGB
CMYK
RGB Variations
Color information
#52422F (or 0x52422F) is known color: Deep Bronze. HEX triplet: 52, 42 and 2F. RGB value is (82,66,47). Sum of RGB (Red+Green+Blue) = 82+66+47=195 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.05% from 195); Green value is 66 (26.17% from 255 or 33.85% from 195); Blue value is 47 (18.75% from 255 or 24.10% from 195); Max value from RGB is 82 - color contains mainly: red. Hex color #52422F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52422F is #ADBDD0. Grayscale: #444444. Windows color (decimal): -11386321 or 3097170. OLE color: 3097170.
HSL color Cylindrical-coordinate representation of color #52422F: hue angle of 32.57º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #52422F is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 66 | 47 | - |
| CMYK | 0 | 0.20 | 0.43 | 0.68 |
| HSL | 32.57º | 0.27% | 0.25% | - |
| HSV(B) | 32.57º | 0.43% | 0.32% | - |
| XYZ | 5.94 | 5.9 | 3.51 | - |
| YUV | 68.62 | 115.8 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 66 | 47 | 0 | 0.20 | 0.43 | 0.68 | 32.57 | 0.27 | 0.25 |
| Hex | 52 | 42 | 2F | 0 | 14 | 2B | 44 | 21 | 1B | 19 |
| Octal | 122 | 102 | 57 | 0 | 24 | 53 | 104 | 41 | 33 | 31 |
| Binary | 1010010 | 1000010 | 101111 | 0 | 10100 | 101011 | 1000100 | 100001 | 11011 | 11001 |
Color Harmonies of #52422F
Complementary color
Monochromatic Colors of #52422F
Black with #52422F
Text Example
Text Example
White with #52422F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52422F; }
p { color: rgb(82,66,47); }
H1.HeaderClassName
{
color: #52422F;
}
.AnyTagClassName
{
color: #52422F;
}
</style>
background-color css
<style>
a { background-color: #52422F; }
a { background-color: rgb(82,66,47); }
div.DivClassName
{
background-color: #52422F;
}
.BgClassName
{
background-color: #52422F;
}
</style>
border-color css
<style>
span { border-color: #52422F; }
span { border-color: rgb(82,66,47); }
td.TdClassName
{
border-color: #52422F;
}
.TagClassName
{
border-color: #52422F;
}
</style>