Shades of Cab Sav #403033
Tints of Cab Sav #403033
RGB
CMYK
RGB Variations
Color information
#403033 (or 0x403033) is known color: Cab Sav. HEX triplet: 40, 30 and 33. RGB value is (64,48,51). Sum of RGB (Red+Green+Blue) = 64+48+51=163 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.26% from 163); Green value is 48 (19.14% from 255 or 29.45% from 163); Blue value is 51 (20.31% from 255 or 31.29% from 163); Max value from RGB is 64 - color contains mainly: red. Hex color #403033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403033 is #BFCFCC. Grayscale: #353535. Windows color (decimal): -12570573 or 3354688. OLE color: 3354688.
HSL color Cylindrical-coordinate representation of color #403033: hue angle of 348.75º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #403033 is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 48 | 51 | - |
| CMYK | 0 | 0.25 | 0.20 | 0.75 |
| HSL | 348.75º | 0.14% | 0.22% | - |
| HSV(B) | 348.75º | 0.25% | 0.25% | - |
| XYZ | 3.77 | 3.44 | 3.6 | - |
| YUV | 53.13 | 126.8 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 48 | 51 | 0 | 0.25 | 0.20 | 0.75 | 348.75 | 0.14 | 0.22 |
| Hex | 40 | 30 | 33 | 0 | 19 | 14 | 4B | 15D | E | 16 |
| Octal | 100 | 60 | 63 | 0 | 31 | 24 | 113 | 535 | 16 | 26 |
| Binary | 1000000 | 110000 | 110011 | 0 | 11001 | 10100 | 1001011 | 101011101 | 1110 | 10110 |
Color Harmonies of #403033
Complementary color
Monochromatic Colors of #403033
Black with #403033
Text Example
Text Example
White with #403033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403033; }
p { color: rgb(64,48,51); }
H1.HeaderClassName
{
color: #403033;
}
.AnyTagClassName
{
color: #403033;
}
</style>
background-color css
<style>
a { background-color: #403033; }
a { background-color: rgb(64,48,51); }
div.DivClassName
{
background-color: #403033;
}
.BgClassName
{
background-color: #403033;
}
</style>
border-color css
<style>
span { border-color: #403033; }
span { border-color: rgb(64,48,51); }
td.TdClassName
{
border-color: #403033;
}
.TagClassName
{
border-color: #403033;
}
</style>