Shades of Cab Sav #403235
Tints of Cab Sav #403235
RGB
CMYK
RGB Variations
Color information
#403235 (or 0x403235) is known color: Cab Sav. HEX triplet: 40, 32 and 35. RGB value is (64,50,53). Sum of RGB (Red+Green+Blue) = 64+50+53=167 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.32% from 167); Green value is 50 (19.92% from 255 or 29.94% from 167); Blue value is 53 (21.09% from 255 or 31.74% from 167); Max value from RGB is 64 - color contains mainly: red. Hex color #403235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403235 is #BFCDCA. Grayscale: #363636. Windows color (decimal): -12570059 or 3486272. OLE color: 3486272.
HSL color Cylindrical-coordinate representation of color #403235: hue angle of 347.14º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #403235 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 50 | 53 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.75 |
| HSL | 347.14º | 0.12% | 0.22% | - |
| HSV(B) | 347.14º | 0.22% | 0.25% | - |
| XYZ | 3.9 | 3.63 | 3.86 | - |
| YUV | 54.53 | 127.14 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 50 | 53 | 0 | 0.22 | 0.17 | 0.75 | 347.14 | 0.12 | 0.22 |
| Hex | 40 | 32 | 35 | 0 | 16 | 11 | 4B | 15B | C | 16 |
| Octal | 100 | 62 | 65 | 0 | 26 | 21 | 113 | 533 | 14 | 26 |
| Binary | 1000000 | 110010 | 110101 | 0 | 10110 | 10001 | 1001011 | 101011011 | 1100 | 10110 |
Color Harmonies of #403235
Complementary color
Monochromatic Colors of #403235
Black with #403235
Text Example
Text Example
White with #403235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403235; }
p { color: rgb(64,50,53); }
H1.HeaderClassName
{
color: #403235;
}
.AnyTagClassName
{
color: #403235;
}
</style>
background-color css
<style>
a { background-color: #403235; }
a { background-color: rgb(64,50,53); }
div.DivClassName
{
background-color: #403235;
}
.BgClassName
{
background-color: #403235;
}
</style>
border-color css
<style>
span { border-color: #403235; }
span { border-color: rgb(64,50,53); }
td.TdClassName
{
border-color: #403235;
}
.TagClassName
{
border-color: #403235;
}
</style>