Shades of Thunder #525240
Tints of Thunder #525240
RGB
CMYK
RGB Variations
Color information
#525240 (or 0x525240) is known color: Thunder. HEX triplet: 52, 52 and 40. RGB value is (82,82,64). Sum of RGB (Red+Green+Blue) = 82+82+64=228 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.96% from 228); Green value is 82 (32.42% from 255 or 35.96% from 228); Blue value is 64 (25.39% from 255 or 28.07% from 228); Max value from RGB is 82 - color contains mainly: red, green. Hex color #525240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525240 is #ADADBF. Grayscale: #505050. Windows color (decimal): -11382208 or 4215378. OLE color: 4215378.
HSL color Cylindrical-coordinate representation of color #525240: hue angle of 60º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #525240 is Cyan = 0, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 82 | 64 | - |
| CMYK | 0 | 0 | 0.22 | 0.68 |
| HSL | 60º | 0.12% | 0.29% | - |
| HSV(B) | 60º | 0.22% | 0.32% | - |
| XYZ | 7.42 | 8.2 | 6.04 | - |
| YUV | 79.95 | 119 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 82 | 64 | 0 | 0 | 0.22 | 0.68 | 60 | 0.12 | 0.29 |
| Hex | 52 | 52 | 40 | 0 | 0 | 16 | 44 | 3C | C | 1D |
| Octal | 122 | 122 | 100 | 0 | 0 | 26 | 104 | 74 | 14 | 35 |
| Binary | 1010010 | 1010010 | 1000000 | 0 | 0 | 10110 | 1000100 | 111100 | 1100 | 11101 |
Color Harmonies of #525240
Complementary color
Monochromatic Colors of #525240
Black with #525240
Text Example
Text Example
White with #525240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525240; }
p { color: rgb(82,82,64); }
H1.HeaderClassName
{
color: #525240;
}
.AnyTagClassName
{
color: #525240;
}
</style>
background-color css
<style>
a { background-color: #525240; }
a { background-color: rgb(82,82,64); }
div.DivClassName
{
background-color: #525240;
}
.BgClassName
{
background-color: #525240;
}
</style>
border-color css
<style>
span { border-color: #525240; }
span { border-color: rgb(82,82,64); }
td.TdClassName
{
border-color: #525240;
}
.TagClassName
{
border-color: #525240;
}
</style>