Shades of Cab Sav #412F32
Tints of Cab Sav #412F32
RGB
CMYK
RGB Variations
Color information
#412F32 (or 0x412F32) is known color: Cab Sav. HEX triplet: 41, 2F and 32. RGB value is (65,47,50). Sum of RGB (Red+Green+Blue) = 65+47+50=162 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.12% from 162); Green value is 47 (18.75% from 255 or 29.01% from 162); Blue value is 50 (19.92% from 255 or 30.86% from 162); Max value from RGB is 65 - color contains mainly: red. Hex color #412F32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412F32 is #BED0CD. Grayscale: #343434. Windows color (decimal): -12505294 or 3288897. OLE color: 3288897.
HSL color Cylindrical-coordinate representation of color #412F32: hue angle of 350º 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 #412F32 is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 47 | 50 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.75 |
| HSL | 350º | 0.16% | 0.22% | - |
| HSV(B) | 350º | 0.28% | 0.25% | - |
| XYZ | 3.77 | 3.39 | 3.47 | - |
| YUV | 52.72 | 126.46 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 47 | 50 | 0 | 0.28 | 0.23 | 0.75 | 350 | 0.16 | 0.22 |
| Hex | 41 | 2F | 32 | 0 | 1C | 17 | 4B | 15E | 10 | 16 |
| Octal | 101 | 57 | 62 | 0 | 34 | 27 | 113 | 536 | 20 | 26 |
| Binary | 1000001 | 101111 | 110010 | 0 | 11100 | 10111 | 1001011 | 101011110 | 10000 | 10110 |
Color Harmonies of #412F32
Complementary color
Monochromatic Colors of #412F32
Black with #412F32
Text Example
Text Example
White with #412F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412F32; }
p { color: rgb(65,47,50); }
H1.HeaderClassName
{
color: #412F32;
}
.AnyTagClassName
{
color: #412F32;
}
</style>
background-color css
<style>
a { background-color: #412F32; }
a { background-color: rgb(65,47,50); }
div.DivClassName
{
background-color: #412F32;
}
.BgClassName
{
background-color: #412F32;
}
</style>
border-color css
<style>
span { border-color: #412F32; }
span { border-color: rgb(65,47,50); }
td.TdClassName
{
border-color: #412F32;
}
.TagClassName
{
border-color: #412F32;
}
</style>