Shades of Cab Sav #422D31
Tints of Cab Sav #422D31
RGB
CMYK
RGB Variations
Color information
#422D31 (or 0x422D31) is known color: Cab Sav. HEX triplet: 42, 2D and 31. RGB value is (66,45,49). Sum of RGB (Red+Green+Blue) = 66+45+49=160 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.25% from 160); Green value is 45 (17.97% from 255 or 28.12% from 160); Blue value is 49 (19.53% from 255 or 30.62% from 160); Max value from RGB is 66 - color contains mainly: red. Hex color #422D31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422D31 is #BDD2CE. Grayscale: #333333. Windows color (decimal): -12440271 or 3222850. OLE color: 3222850.
HSL color Cylindrical-coordinate representation of color #422D31: hue angle of 348.57º degrees, saturation: 0.19, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #422D31 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 45 | 49 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.74 |
| HSL | 348.57º | 0.19% | 0.22% | - |
| HSV(B) | 348.57º | 0.32% | 0.26% | - |
| XYZ | 3.74 | 3.26 | 3.34 | - |
| YUV | 51.74 | 126.46 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 45 | 49 | 0 | 0.32 | 0.26 | 0.74 | 348.57 | 0.19 | 0.22 |
| Hex | 42 | 2D | 31 | 0 | 20 | 1A | 4A | 15D | 13 | 16 |
| Octal | 102 | 55 | 61 | 0 | 40 | 32 | 112 | 535 | 23 | 26 |
| Binary | 1000010 | 101101 | 110001 | 0 | 100000 | 11010 | 1001010 | 101011101 | 10011 | 10110 |
Color Harmonies of #422D31
Complementary color
Monochromatic Colors of #422D31
Black with #422D31
Text Example
Text Example
White with #422D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422D31; }
p { color: rgb(66,45,49); }
H1.HeaderClassName
{
color: #422D31;
}
.AnyTagClassName
{
color: #422D31;
}
</style>
background-color css
<style>
a { background-color: #422D31; }
a { background-color: rgb(66,45,49); }
div.DivClassName
{
background-color: #422D31;
}
.BgClassName
{
background-color: #422D31;
}
</style>
border-color css
<style>
span { border-color: #422D31; }
span { border-color: rgb(66,45,49); }
td.TdClassName
{
border-color: #422D31;
}
.TagClassName
{
border-color: #422D31;
}
</style>