Shades of Cab Sav #402E32
Tints of Cab Sav #402E32
RGB
CMYK
RGB Variations
Color information
#402E32 (or 0x402E32) is known color: Cab Sav. HEX triplet: 40, 2E and 32. RGB value is (64,46,50). Sum of RGB (Red+Green+Blue) = 64+46+50=160 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40% from 160); Green value is 46 (18.36% from 255 or 28.75% from 160); Blue value is 50 (19.92% from 255 or 31.25% from 160); Max value from RGB is 64 - color contains mainly: red. Hex color #402E32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402E32 is #BFD1CD. Grayscale: #333333. Windows color (decimal): -12571086 or 3288640. OLE color: 3288640.
HSL color Cylindrical-coordinate representation of color #402E32: hue angle of 346.67º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #402E32 is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 46 | 50 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.75 |
| HSL | 346.67º | 0.16% | 0.22% | - |
| HSV(B) | 346.67º | 0.28% | 0.25% | - |
| XYZ | 3.67 | 3.27 | 3.46 | - |
| YUV | 51.84 | 126.96 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 46 | 50 | 0 | 0.28 | 0.22 | 0.75 | 346.67 | 0.16 | 0.22 |
| Hex | 40 | 2E | 32 | 0 | 1C | 16 | 4B | 15B | 10 | 16 |
| Octal | 100 | 56 | 62 | 0 | 34 | 26 | 113 | 533 | 20 | 26 |
| Binary | 1000000 | 101110 | 110010 | 0 | 11100 | 10110 | 1001011 | 101011011 | 10000 | 10110 |
Color Harmonies of #402E32
Complementary color
Monochromatic Colors of #402E32
Black with #402E32
Text Example
Text Example
White with #402E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402E32; }
p { color: rgb(64,46,50); }
H1.HeaderClassName
{
color: #402E32;
}
.AnyTagClassName
{
color: #402E32;
}
</style>
background-color css
<style>
a { background-color: #402E32; }
a { background-color: rgb(64,46,50); }
div.DivClassName
{
background-color: #402E32;
}
.BgClassName
{
background-color: #402E32;
}
</style>
border-color css
<style>
span { border-color: #402E32; }
span { border-color: rgb(64,46,50); }
td.TdClassName
{
border-color: #402E32;
}
.TagClassName
{
border-color: #402E32;
}
</style>