Shades of Cab Sav #422E33
Tints of Cab Sav #422E33
RGB
CMYK
RGB Variations
Color information
#422E33 (or 0x422E33) is known color: Cab Sav. HEX triplet: 42, 2E and 33. RGB value is (66,46,51). Sum of RGB (Red+Green+Blue) = 66+46+51=163 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.49% from 163); Green value is 46 (18.36% from 255 or 28.22% from 163); Blue value is 51 (20.31% from 255 or 31.29% from 163); Max value from RGB is 66 - color contains mainly: red. Hex color #422E33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422E33 is #BDD1CC. Grayscale: #343434. Windows color (decimal): -12440013 or 3354178. OLE color: 3354178.
HSL color Cylindrical-coordinate representation of color #422E33: hue angle of 345º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #422E33 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 46 | 51 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.74 |
| HSL | 345º | 0.18% | 0.22% | - |
| HSV(B) | 345º | 0.3% | 0.26% | - |
| XYZ | 3.82 | 3.35 | 3.58 | - |
| YUV | 52.55 | 127.13 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 46 | 51 | 0 | 0.30 | 0.23 | 0.74 | 345 | 0.18 | 0.22 |
| Hex | 42 | 2E | 33 | 0 | 1E | 17 | 4A | 159 | 12 | 16 |
| Octal | 102 | 56 | 63 | 0 | 36 | 27 | 112 | 531 | 22 | 26 |
| Binary | 1000010 | 101110 | 110011 | 0 | 11110 | 10111 | 1001010 | 101011001 | 10010 | 10110 |
Color Harmonies of #422E33
Complementary color
Monochromatic Colors of #422E33
Black with #422E33
Text Example
Text Example
White with #422E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422E33; }
p { color: rgb(66,46,51); }
H1.HeaderClassName
{
color: #422E33;
}
.AnyTagClassName
{
color: #422E33;
}
</style>
background-color css
<style>
a { background-color: #422E33; }
a { background-color: rgb(66,46,51); }
div.DivClassName
{
background-color: #422E33;
}
.BgClassName
{
background-color: #422E33;
}
</style>
border-color css
<style>
span { border-color: #422E33; }
span { border-color: rgb(66,46,51); }
td.TdClassName
{
border-color: #422E33;
}
.TagClassName
{
border-color: #422E33;
}
</style>