Shades of Thunder #4D4D41
Tints of Thunder #4D4D41
RGB
CMYK
RGB Variations
Color information
#4D4D41 (or 0x4D4D41) is known color: Thunder. HEX triplet: 4D, 4D and 41. RGB value is (77,77,65). Sum of RGB (Red+Green+Blue) = 77+77+65=219 (29% of max value = 765). Red value is 77 (30.47% from 255 or 35.16% from 219); Green value is 77 (30.47% from 255 or 35.16% from 219); Blue value is 65 (25.78% from 255 or 29.68% from 219); Max value from RGB is 77 - color contains mainly: red, green. Hex color #4D4D41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D4D41 is #B2B2BE. Grayscale: #4B4B4B. Windows color (decimal): -11711167 or 4279629. OLE color: 4279629.
HSL color Cylindrical-coordinate representation of color #4D4D41: hue angle of 60º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4D4D41 is Cyan = 0, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.70.
Color convert
RGB | 77 | 77 | 65 | - |
CMYK | 0 | 0 | 0.16 | 0.70 |
HSL | 60º | 0.08% | 0.28% | - |
HSV(B) | 60º | 0.16% | 0.3% | - |
XYZ | 6.67 | 7.27 | 6.05 | - |
YUV | 75.63 | 122 | 128.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 77 | 77 | 65 | 0 | 0 | 0.16 | 0.70 | 60 | 0.08 | 0.28 |
Hex | 4D | 4D | 41 | 0 | 0 | 10 | 46 | 3C | 8 | 1C |
Octal | 115 | 115 | 101 | 0 | 0 | 20 | 106 | 74 | 10 | 34 |
Binary | 1001101 | 1001101 | 1000001 | 0 | 0 | 10000 | 1000110 | 111100 | 1000 | 11100 |
Color Harmonies of #4D4D41
Complementary color
Monochromatic Colors of #4D4D41
Black with #4D4D41
Text Example
Text Example
White with #4D4D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4D41; }
p { color: rgb(77,77,65); }
H1.HeaderClassName
{
color: #4D4D41;
}
.AnyTagClassName
{
color: #4D4D41;
}
</style>
background-color css
<style>
a { background-color: #4D4D41; }
a { background-color: rgb(77,77,65); }
div.DivClassName
{
background-color: #4D4D41;
}
.BgClassName
{
background-color: #4D4D41;
}
</style>
border-color css
<style>
span { border-color: #4D4D41; }
span { border-color: rgb(77,77,65); }
td.TdClassName
{
border-color: #4D4D41;
}
.TagClassName
{
border-color: #4D4D41;
}
</style>