Shades of Slugger #443228
Tints of Slugger #443228
RGB
CMYK
RGB Variations
Color information
#443228 (or 0x443228) is known color: Slugger. HEX triplet: 44, 32 and 28. RGB value is (68,50,40). Sum of RGB (Red+Green+Blue) = 68+50+40=158 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.04% from 158); Green value is 50 (19.92% from 255 or 31.65% from 158); Blue value is 40 (16.02% from 255 or 25.32% from 158); Max value from RGB is 68 - color contains mainly: red. Hex color #443228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443228 is #BBCDD7. Grayscale: #363636. Windows color (decimal): -12307928 or 2634308. OLE color: 2634308.
HSL color Cylindrical-coordinate representation of color #443228: hue angle of 21.43º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #443228 is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 50 | 40 | - |
| CMYK | 0 | 0.26 | 0.41 | 0.73 |
| HSL | 21.43º | 0.26% | 0.21% | - |
| HSV(B) | 21.43º | 0.41% | 0.27% | - |
| XYZ | 3.91 | 3.66 | 2.51 | - |
| YUV | 54.24 | 119.96 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 50 | 40 | 0 | 0.26 | 0.41 | 0.73 | 21.43 | 0.26 | 0.21 |
| Hex | 44 | 32 | 28 | 0 | 1A | 29 | 49 | 15 | 1A | 15 |
| Octal | 104 | 62 | 50 | 0 | 32 | 51 | 111 | 25 | 32 | 25 |
| Binary | 1000100 | 110010 | 101000 | 0 | 11010 | 101001 | 1001001 | 10101 | 11010 | 10101 |
Color Harmonies of #443228
Complementary color
Monochromatic Colors of #443228
Black with #443228
Text Example
Text Example
White with #443228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443228; }
p { color: rgb(68,50,40); }
H1.HeaderClassName
{
color: #443228;
}
.AnyTagClassName
{
color: #443228;
}
</style>
background-color css
<style>
a { background-color: #443228; }
a { background-color: rgb(68,50,40); }
div.DivClassName
{
background-color: #443228;
}
.BgClassName
{
background-color: #443228;
}
</style>
border-color css
<style>
span { border-color: #443228; }
span { border-color: rgb(68,50,40); }
td.TdClassName
{
border-color: #443228;
}
.TagClassName
{
border-color: #443228;
}
</style>