Shades of Slugger #423228
Tints of Slugger #423228
RGB
CMYK
RGB Variations
Color information
#423228 (or 0x423228) is known color: Slugger. HEX triplet: 42, 32 and 28. RGB value is (66,50,40). Sum of RGB (Red+Green+Blue) = 66+50+40=156 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.31% from 156); Green value is 50 (19.92% from 255 or 32.05% from 156); Blue value is 40 (16.02% from 255 or 25.64% from 156); Max value from RGB is 66 - color contains mainly: red. Hex color #423228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423228 is #BDCDD7. Grayscale: #353535. Windows color (decimal): -12439000 or 2634306. OLE color: 2634306.
HSL color Cylindrical-coordinate representation of color #423228: hue angle of 23.08º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #423228 is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 50 | 40 | - |
| CMYK | 0 | 0.24 | 0.39 | 0.74 |
| HSL | 23.08º | 0.25% | 0.21% | - |
| HSV(B) | 23.08º | 0.39% | 0.26% | - |
| XYZ | 3.77 | 3.59 | 2.5 | - |
| YUV | 53.64 | 120.3 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 50 | 40 | 0 | 0.24 | 0.39 | 0.74 | 23.08 | 0.25 | 0.21 |
| Hex | 42 | 32 | 28 | 0 | 18 | 27 | 4A | 17 | 19 | 15 |
| Octal | 102 | 62 | 50 | 0 | 30 | 47 | 112 | 27 | 31 | 25 |
| Binary | 1000010 | 110010 | 101000 | 0 | 11000 | 100111 | 1001010 | 10111 | 11001 | 10101 |
Color Harmonies of #423228
Complementary color
Monochromatic Colors of #423228
Black with #423228
Text Example
Text Example
White with #423228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423228; }
p { color: rgb(66,50,40); }
H1.HeaderClassName
{
color: #423228;
}
.AnyTagClassName
{
color: #423228;
}
</style>
background-color css
<style>
a { background-color: #423228; }
a { background-color: rgb(66,50,40); }
div.DivClassName
{
background-color: #423228;
}
.BgClassName
{
background-color: #423228;
}
</style>
border-color css
<style>
span { border-color: #423228; }
span { border-color: rgb(66,50,40); }
td.TdClassName
{
border-color: #423228;
}
.TagClassName
{
border-color: #423228;
}
</style>