Shades of Cab Sav #412E31
Tints of Cab Sav #412E31
RGB
CMYK
RGB Variations
Color information
#412E31 (or 0x412E31) is known color: Cab Sav. HEX triplet: 41, 2E and 31. RGB value is (65,46,49). Sum of RGB (Red+Green+Blue) = 65+46+49=160 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.62% from 160); Green value is 46 (18.36% from 255 or 28.75% from 160); Blue value is 49 (19.53% from 255 or 30.62% from 160); Max value from RGB is 65 - color contains mainly: red. Hex color #412E31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412E31 is #BED1CE. Grayscale: #343434. Windows color (decimal): -12505551 or 3223105. OLE color: 3223105.
HSL color Cylindrical-coordinate representation of color #412E31: hue angle of 350.53º degrees, saturation: 0.17, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #412E31 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 46 | 49 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.75 |
| HSL | 350.53º | 0.17% | 0.22% | - |
| HSV(B) | 350.53º | 0.29% | 0.25% | - |
| XYZ | 3.71 | 3.3 | 3.35 | - |
| YUV | 52.02 | 126.29 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 46 | 49 | 0 | 0.29 | 0.25 | 0.75 | 350.53 | 0.17 | 0.22 |
| Hex | 41 | 2E | 31 | 0 | 1D | 19 | 4B | 15F | 11 | 16 |
| Octal | 101 | 56 | 61 | 0 | 35 | 31 | 113 | 537 | 21 | 26 |
| Binary | 1000001 | 101110 | 110001 | 0 | 11101 | 11001 | 1001011 | 101011111 | 10001 | 10110 |
Color Harmonies of #412E31
Complementary color
Monochromatic Colors of #412E31
Black with #412E31
Text Example
Text Example
White with #412E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412E31; }
p { color: rgb(65,46,49); }
H1.HeaderClassName
{
color: #412E31;
}
.AnyTagClassName
{
color: #412E31;
}
</style>
background-color css
<style>
a { background-color: #412E31; }
a { background-color: rgb(65,46,49); }
div.DivClassName
{
background-color: #412E31;
}
.BgClassName
{
background-color: #412E31;
}
</style>
border-color css
<style>
span { border-color: #412E31; }
span { border-color: rgb(65,46,49); }
td.TdClassName
{
border-color: #412E31;
}
.TagClassName
{
border-color: #412E31;
}
</style>