Shades of Slugger #40352D
Tints of Slugger #40352D
RGB
CMYK
RGB Variations
Color information
#40352D (or 0x40352D) is known color: Slugger. HEX triplet: 40, 35 and 2D. RGB value is (64,53,45). Sum of RGB (Red+Green+Blue) = 64+53+45=162 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.51% from 162); Green value is 53 (21.09% from 255 or 32.72% from 162); Blue value is 45 (17.97% from 255 or 27.78% from 162); Max value from RGB is 64 - color contains mainly: red. Hex color #40352D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40352D is #BFCAD2. Grayscale: #373737. Windows color (decimal): -12569299 or 2962752. OLE color: 2962752.
HSL color Cylindrical-coordinate representation of color #40352D: hue angle of 25.26º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #40352D is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 53 | 45 | - |
| CMYK | 0 | 0.17 | 0.30 | 0.75 |
| HSL | 25.26º | 0.17% | 0.21% | - |
| HSV(B) | 25.26º | 0.3% | 0.25% | - |
| XYZ | 3.86 | 3.83 | 3.02 | - |
| YUV | 55.38 | 122.14 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 53 | 45 | 0 | 0.17 | 0.30 | 0.75 | 25.26 | 0.17 | 0.21 |
| Hex | 40 | 35 | 2D | 0 | 11 | 1E | 4B | 19 | 11 | 15 |
| Octal | 100 | 65 | 55 | 0 | 21 | 36 | 113 | 31 | 21 | 25 |
| Binary | 1000000 | 110101 | 101101 | 0 | 10001 | 11110 | 1001011 | 11001 | 10001 | 10101 |
Color Harmonies of #40352D
Complementary color
Monochromatic Colors of #40352D
Black with #40352D
Text Example
Text Example
White with #40352D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40352D; }
p { color: rgb(64,53,45); }
H1.HeaderClassName
{
color: #40352D;
}
.AnyTagClassName
{
color: #40352D;
}
</style>
background-color css
<style>
a { background-color: #40352D; }
a { background-color: rgb(64,53,45); }
div.DivClassName
{
background-color: #40352D;
}
.BgClassName
{
background-color: #40352D;
}
</style>
border-color css
<style>
span { border-color: #40352D; }
span { border-color: rgb(64,53,45); }
td.TdClassName
{
border-color: #40352D;
}
.TagClassName
{
border-color: #40352D;
}
</style>