Shades of Slugger #3E322D
Tints of Slugger #3E322D
RGB
CMYK
RGB Variations
Color information
#3E322D (or 0x3E322D) is known color: Slugger. HEX triplet: 3E, 32 and 2D. RGB value is (62,50,45). Sum of RGB (Red+Green+Blue) = 62+50+45=157 (20% of max value = 765). Red value is 62 (24.61% from 255 or 39.49% from 157); Green value is 50 (19.92% from 255 or 31.85% from 157); Blue value is 45 (17.97% from 255 or 28.66% from 157); Max value from RGB is 62 - color contains mainly: red. Hex color #3E322D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E322D is #C1CDD2. Grayscale: #353535. Windows color (decimal): -12701139 or 2961982. OLE color: 2961982.
HSL color Cylindrical-coordinate representation of color #3E322D: hue angle of 17.65º degrees, saturation: 0.16, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3E322D is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.76.
Color convert
RGB | 62 | 50 | 45 | - |
CMYK | 0 | 0.19 | 0.27 | 0.76 |
HSL | 17.65º | 0.16% | 0.21% | - |
HSV(B) | 17.65º | 0.27% | 0.24% | - |
XYZ | 3.6 | 3.49 | 2.97 | - |
YUV | 53.02 | 123.48 | 134.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 62 | 50 | 45 | 0 | 0.19 | 0.27 | 0.76 | 17.65 | 0.16 | 0.21 |
Hex | 3E | 32 | 2D | 0 | 13 | 1B | 4C | 12 | 10 | 15 |
Octal | 76 | 62 | 55 | 0 | 23 | 33 | 114 | 22 | 20 | 25 |
Binary | 111110 | 110010 | 101101 | 0 | 10011 | 11011 | 1001100 | 10010 | 10000 | 10101 |
Color Harmonies of #3E322D
Complementary color
Monochromatic Colors of #3E322D
Black with #3E322D
Text Example
Text Example
White with #3E322D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E322D; }
p { color: rgb(62,50,45); }
H1.HeaderClassName
{
color: #3E322D;
}
.AnyTagClassName
{
color: #3E322D;
}
</style>
background-color css
<style>
a { background-color: #3E322D; }
a { background-color: rgb(62,50,45); }
div.DivClassName
{
background-color: #3E322D;
}
.BgClassName
{
background-color: #3E322D;
}
</style>
border-color css
<style>
span { border-color: #3E322D; }
span { border-color: rgb(62,50,45); }
td.TdClassName
{
border-color: #3E322D;
}
.TagClassName
{
border-color: #3E322D;
}
</style>