Shades of Slugger #483228
Tints of Slugger #483228
RGB
CMYK
RGB Variations
Color information
#483228 (or 0x483228) is known color: Slugger. HEX triplet: 48, 32 and 28. RGB value is (72,50,40). Sum of RGB (Red+Green+Blue) = 72+50+40=162 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.44% from 162); Green value is 50 (19.92% from 255 or 30.86% from 162); Blue value is 40 (16.02% from 255 or 24.69% from 162); Max value from RGB is 72 - color contains mainly: red. Hex color #483228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483228 is #B7CDD7. Grayscale: #373737. Windows color (decimal): -12045784 or 2634312. OLE color: 2634312.
HSL color Cylindrical-coordinate representation of color #483228: hue angle of 18.75º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #483228 is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 50 | 40 | - |
| CMYK | 0 | 0.31 | 0.44 | 0.72 |
| HSL | 18.75º | 0.29% | 0.22% | - |
| HSV(B) | 18.75º | 0.44% | 0.28% | - |
| XYZ | 4.2 | 3.81 | 2.52 | - |
| YUV | 55.44 | 119.29 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 50 | 40 | 0 | 0.31 | 0.44 | 0.72 | 18.75 | 0.29 | 0.22 |
| Hex | 48 | 32 | 28 | 0 | 1F | 2C | 48 | 13 | 1D | 16 |
| Octal | 110 | 62 | 50 | 0 | 37 | 54 | 110 | 23 | 35 | 26 |
| Binary | 1001000 | 110010 | 101000 | 0 | 11111 | 101100 | 1001000 | 10011 | 11101 | 10110 |
Color Harmonies of #483228
Complementary color
Monochromatic Colors of #483228
Black with #483228
Text Example
Text Example
White with #483228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483228; }
p { color: rgb(72,50,40); }
H1.HeaderClassName
{
color: #483228;
}
.AnyTagClassName
{
color: #483228;
}
</style>
background-color css
<style>
a { background-color: #483228; }
a { background-color: rgb(72,50,40); }
div.DivClassName
{
background-color: #483228;
}
.BgClassName
{
background-color: #483228;
}
</style>
border-color css
<style>
span { border-color: #483228; }
span { border-color: rgb(72,50,40); }
td.TdClassName
{
border-color: #483228;
}
.TagClassName
{
border-color: #483228;
}
</style>