Shades of Slugger #423328
Tints of Slugger #423328
RGB
CMYK
RGB Variations
Color information
#423328 (or 0x423328) is known color: Slugger. HEX triplet: 42, 33 and 28. RGB value is (66,51,40). Sum of RGB (Red+Green+Blue) = 66+51+40=157 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.04% from 157); Green value is 51 (20.31% from 255 or 32.48% from 157); Blue value is 40 (16.02% from 255 or 25.48% from 157); Max value from RGB is 66 - color contains mainly: red. Hex color #423328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423328 is #BDCCD7. Grayscale: #363636. Windows color (decimal): -12438744 or 2634562. OLE color: 2634562.
HSL color Cylindrical-coordinate representation of color #423328: hue angle of 25.38º 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 #423328 is Cyan = 0, Magento = 0.23, Yellow = 0.39 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 51 | 40 | - |
| CMYK | 0 | 0.23 | 0.39 | 0.74 |
| HSL | 25.38º | 0.25% | 0.21% | - |
| HSV(B) | 25.38º | 0.39% | 0.26% | - |
| XYZ | 3.81 | 3.68 | 2.52 | - |
| YUV | 54.23 | 119.97 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 51 | 40 | 0 | 0.23 | 0.39 | 0.74 | 25.38 | 0.25 | 0.21 |
| Hex | 42 | 33 | 28 | 0 | 17 | 27 | 4A | 19 | 19 | 15 |
| Octal | 102 | 63 | 50 | 0 | 27 | 47 | 112 | 31 | 31 | 25 |
| Binary | 1000010 | 110011 | 101000 | 0 | 10111 | 100111 | 1001010 | 11001 | 11001 | 10101 |
Color Harmonies of #423328
Complementary color
Monochromatic Colors of #423328
Black with #423328
Text Example
Text Example
White with #423328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423328; }
p { color: rgb(66,51,40); }
H1.HeaderClassName
{
color: #423328;
}
.AnyTagClassName
{
color: #423328;
}
</style>
background-color css
<style>
a { background-color: #423328; }
a { background-color: rgb(66,51,40); }
div.DivClassName
{
background-color: #423328;
}
.BgClassName
{
background-color: #423328;
}
</style>
border-color css
<style>
span { border-color: #423328; }
span { border-color: rgb(66,51,40); }
td.TdClassName
{
border-color: #423328;
}
.TagClassName
{
border-color: #423328;
}
</style>