Shades of Slugger #483229
Tints of Slugger #483229
RGB
CMYK
RGB Variations
Color information
#483229 (or 0x483229) is known color: Slugger. HEX triplet: 48, 32 and 29. RGB value is (72,50,41). Sum of RGB (Red+Green+Blue) = 72+50+41=163 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.17% from 163); Green value is 50 (19.92% from 255 or 30.67% from 163); Blue value is 41 (16.41% from 255 or 25.15% from 163); Max value from RGB is 72 - color contains mainly: red. Hex color #483229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483229 is #B7CDD6. Grayscale: #373737. Windows color (decimal): -12045783 or 2699848. OLE color: 2699848.
HSL color Cylindrical-coordinate representation of color #483229: hue angle of 17.42º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #483229 is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 50 | 41 | - |
| CMYK | 0 | 0.31 | 0.43 | 0.72 |
| HSL | 17.42º | 0.27% | 0.22% | - |
| HSV(B) | 17.42º | 0.43% | 0.28% | - |
| XYZ | 4.21 | 3.82 | 2.61 | - |
| YUV | 55.55 | 119.79 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 50 | 41 | 0 | 0.31 | 0.43 | 0.72 | 17.42 | 0.27 | 0.22 |
| Hex | 48 | 32 | 29 | 0 | 1F | 2B | 48 | 11 | 1B | 16 |
| Octal | 110 | 62 | 51 | 0 | 37 | 53 | 110 | 21 | 33 | 26 |
| Binary | 1001000 | 110010 | 101001 | 0 | 11111 | 101011 | 1001000 | 10001 | 11011 | 10110 |
Color Harmonies of #483229
Complementary color
Monochromatic Colors of #483229
Black with #483229
Text Example
Text Example
White with #483229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483229; }
p { color: rgb(72,50,41); }
H1.HeaderClassName
{
color: #483229;
}
.AnyTagClassName
{
color: #483229;
}
</style>
background-color css
<style>
a { background-color: #483229; }
a { background-color: rgb(72,50,41); }
div.DivClassName
{
background-color: #483229;
}
.BgClassName
{
background-color: #483229;
}
</style>
border-color css
<style>
span { border-color: #483229; }
span { border-color: rgb(72,50,41); }
td.TdClassName
{
border-color: #483229;
}
.TagClassName
{
border-color: #483229;
}
</style>