Shades of Cab Sav #412F33
Tints of Cab Sav #412F33
RGB
CMYK
RGB Variations
Color information
#412F33 (or 0x412F33) is known color: Cab Sav. HEX triplet: 41, 2F and 33. RGB value is (65,47,51). Sum of RGB (Red+Green+Blue) = 65+47+51=163 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.88% from 163); Green value is 47 (18.75% from 255 or 28.83% from 163); Blue value is 51 (20.31% from 255 or 31.29% from 163); Max value from RGB is 65 - color contains mainly: red. Hex color #412F33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412F33 is #BED0CC. Grayscale: #343434. Windows color (decimal): -12505293 or 3354433. OLE color: 3354433.
HSL color Cylindrical-coordinate representation of color #412F33: 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 #412F33 is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 47 | 51 | - |
| 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.79 | 3.4 | 3.59 | - |
| YUV | 52.84 | 126.96 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 47 | 51 | 0 | 0.28 | 0.22 | 0.75 | 346.67 | 0.16 | 0.22 |
| Hex | 41 | 2F | 33 | 0 | 1C | 16 | 4B | 15B | 10 | 16 |
| Octal | 101 | 57 | 63 | 0 | 34 | 26 | 113 | 533 | 20 | 26 |
| Binary | 1000001 | 101111 | 110011 | 0 | 11100 | 10110 | 1001011 | 101011011 | 10000 | 10110 |
Color Harmonies of #412F33
Complementary color
Monochromatic Colors of #412F33
Black with #412F33
Text Example
Text Example
White with #412F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412F33; }
p { color: rgb(65,47,51); }
H1.HeaderClassName
{
color: #412F33;
}
.AnyTagClassName
{
color: #412F33;
}
</style>
background-color css
<style>
a { background-color: #412F33; }
a { background-color: rgb(65,47,51); }
div.DivClassName
{
background-color: #412F33;
}
.BgClassName
{
background-color: #412F33;
}
</style>
border-color css
<style>
span { border-color: #412F33; }
span { border-color: rgb(65,47,51); }
td.TdClassName
{
border-color: #412F33;
}
.TagClassName
{
border-color: #412F33;
}
</style>