Shades of Slugger #423229
Tints of Slugger #423229
RGB
CMYK
RGB Variations
Color information
#423229 (or 0x423229) is known color: Slugger. HEX triplet: 42, 32 and 29. RGB value is (66,50,41). Sum of RGB (Red+Green+Blue) = 66+50+41=157 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.04% from 157); Green value is 50 (19.92% from 255 or 31.85% from 157); Blue value is 41 (16.41% from 255 or 26.11% from 157); Max value from RGB is 66 - color contains mainly: red. Hex color #423229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423229 is #BDCDD6. Grayscale: #353535. Windows color (decimal): -12438999 or 2699842. OLE color: 2699842.
HSL color Cylindrical-coordinate representation of color #423229: hue angle of 21.6º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #423229 is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 50 | 41 | - |
| CMYK | 0 | 0.24 | 0.38 | 0.74 |
| HSL | 21.6º | 0.23% | 0.21% | - |
| HSV(B) | 21.6º | 0.38% | 0.26% | - |
| XYZ | 3.79 | 3.6 | 2.59 | - |
| YUV | 53.76 | 120.8 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 50 | 41 | 0 | 0.24 | 0.38 | 0.74 | 21.6 | 0.23 | 0.21 |
| Hex | 42 | 32 | 29 | 0 | 18 | 26 | 4A | 16 | 17 | 15 |
| Octal | 102 | 62 | 51 | 0 | 30 | 46 | 112 | 26 | 27 | 25 |
| Binary | 1000010 | 110010 | 101001 | 0 | 11000 | 100110 | 1001010 | 10110 | 10111 | 10101 |
Color Harmonies of #423229
Complementary color
Monochromatic Colors of #423229
Black with #423229
Text Example
Text Example
White with #423229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423229; }
p { color: rgb(66,50,41); }
H1.HeaderClassName
{
color: #423229;
}
.AnyTagClassName
{
color: #423229;
}
</style>
background-color css
<style>
a { background-color: #423229; }
a { background-color: rgb(66,50,41); }
div.DivClassName
{
background-color: #423229;
}
.BgClassName
{
background-color: #423229;
}
</style>
border-color css
<style>
span { border-color: #423229; }
span { border-color: rgb(66,50,41); }
td.TdClassName
{
border-color: #423229;
}
.TagClassName
{
border-color: #423229;
}
</style>