Shades of Slugger #44342C
Tints of Slugger #44342C
RGB
CMYK
RGB Variations
Color information
#44342C (or 0x44342C) is known color: Slugger. HEX triplet: 44, 34 and 2C. RGB value is (68,52,44). Sum of RGB (Red+Green+Blue) = 68+52+44=164 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.46% from 164); Green value is 52 (20.70% from 255 or 31.71% from 164); Blue value is 44 (17.58% from 255 or 26.83% from 164); Max value from RGB is 68 - color contains mainly: red. Hex color #44342C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44342C is #BBCBD3. Grayscale: #373737. Windows color (decimal): -12307412 or 2896964. OLE color: 2896964.
HSL color Cylindrical-coordinate representation of color #44342C: hue angle of 20º degrees, saturation: 0.21, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #44342C is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 52 | 44 | - |
| CMYK | 0 | 0.24 | 0.35 | 0.73 |
| HSL | 20º | 0.21% | 0.22% | - |
| HSV(B) | 20º | 0.35% | 0.27% | - |
| XYZ | 4.07 | 3.87 | 2.91 | - |
| YUV | 55.87 | 121.3 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 52 | 44 | 0 | 0.24 | 0.35 | 0.73 | 20 | 0.21 | 0.22 |
| Hex | 44 | 34 | 2C | 0 | 18 | 23 | 49 | 14 | 15 | 16 |
| Octal | 104 | 64 | 54 | 0 | 30 | 43 | 111 | 24 | 25 | 26 |
| Binary | 1000100 | 110100 | 101100 | 0 | 11000 | 100011 | 1001001 | 10100 | 10101 | 10110 |
Color Harmonies of #44342C
Complementary color
Monochromatic Colors of #44342C
Black with #44342C
Text Example
Text Example
White with #44342C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44342C; }
p { color: rgb(68,52,44); }
H1.HeaderClassName
{
color: #44342C;
}
.AnyTagClassName
{
color: #44342C;
}
</style>
background-color css
<style>
a { background-color: #44342C; }
a { background-color: rgb(68,52,44); }
div.DivClassName
{
background-color: #44342C;
}
.BgClassName
{
background-color: #44342C;
}
</style>
border-color css
<style>
span { border-color: #44342C; }
span { border-color: rgb(68,52,44); }
td.TdClassName
{
border-color: #44342C;
}
.TagClassName
{
border-color: #44342C;
}
</style>