Shades of Slugger #42342C
Tints of Slugger #42342C
RGB
CMYK
RGB Variations
Color information
#42342C (or 0x42342C) is known color: Slugger. HEX triplet: 42, 34 and 2C. RGB value is (66,52,44). Sum of RGB (Red+Green+Blue) = 66+52+44=162 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.74% from 162); Green value is 52 (20.70% from 255 or 32.10% from 162); Blue value is 44 (17.58% from 255 or 27.16% from 162); Max value from RGB is 66 - color contains mainly: red. Hex color #42342C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42342C is #BDCBD3. Grayscale: #373737. Windows color (decimal): -12438484 or 2896962. OLE color: 2896962.
HSL color Cylindrical-coordinate representation of color #42342C: hue angle of 21.82º degrees, saturation: 0.2, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #42342C is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 52 | 44 | - |
| CMYK | 0 | 0.21 | 0.33 | 0.74 |
| HSL | 21.82º | 0.2% | 0.22% | - |
| HSV(B) | 21.82º | 0.33% | 0.26% | - |
| XYZ | 3.93 | 3.8 | 2.91 | - |
| YUV | 55.27 | 121.64 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 52 | 44 | 0 | 0.21 | 0.33 | 0.74 | 21.82 | 0.2 | 0.22 |
| Hex | 42 | 34 | 2C | 0 | 15 | 21 | 4A | 16 | 14 | 16 |
| Octal | 102 | 64 | 54 | 0 | 25 | 41 | 112 | 26 | 24 | 26 |
| Binary | 1000010 | 110100 | 101100 | 0 | 10101 | 100001 | 1001010 | 10110 | 10100 | 10110 |
Color Harmonies of #42342C
Complementary color
Monochromatic Colors of #42342C
Black with #42342C
Text Example
Text Example
White with #42342C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42342C; }
p { color: rgb(66,52,44); }
H1.HeaderClassName
{
color: #42342C;
}
.AnyTagClassName
{
color: #42342C;
}
</style>
background-color css
<style>
a { background-color: #42342C; }
a { background-color: rgb(66,52,44); }
div.DivClassName
{
background-color: #42342C;
}
.BgClassName
{
background-color: #42342C;
}
</style>
border-color css
<style>
span { border-color: #42342C; }
span { border-color: rgb(66,52,44); }
td.TdClassName
{
border-color: #42342C;
}
.TagClassName
{
border-color: #42342C;
}
</style>