Shades of Cab Sav #412A2E
Tints of Cab Sav #412A2E
RGB
CMYK
RGB Variations
Color information
#412A2E (or 0x412A2E) is known color: Cab Sav. HEX triplet: 41, 2A and 2E. RGB value is (65,42,46). Sum of RGB (Red+Green+Blue) = 65+42+46=153 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.48% from 153); Green value is 42 (16.80% from 255 or 27.45% from 153); Blue value is 46 (18.36% from 255 or 30.07% from 153); Max value from RGB is 65 - color contains mainly: red. Hex color #412A2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412A2E is #BED5D1. Grayscale: #313131. Windows color (decimal): -12506578 or 3025473. OLE color: 3025473.
HSL color Cylindrical-coordinate representation of color #412A2E: hue angle of 349.57º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #412A2E is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 42 | 46 | - |
| CMYK | 0 | 0.35 | 0.29 | 0.75 |
| HSL | 349.57º | 0.21% | 0.21% | - |
| HSV(B) | 349.57º | 0.35% | 0.25% | - |
| XYZ | 3.5 | 2.98 | 2.97 | - |
| YUV | 49.33 | 126.12 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 42 | 46 | 0 | 0.35 | 0.29 | 0.75 | 349.57 | 0.21 | 0.21 |
| Hex | 41 | 2A | 2E | 0 | 23 | 1D | 4B | 15E | 15 | 15 |
| Octal | 101 | 52 | 56 | 0 | 43 | 35 | 113 | 536 | 25 | 25 |
| Binary | 1000001 | 101010 | 101110 | 0 | 100011 | 11101 | 1001011 | 101011110 | 10101 | 10101 |
Color Harmonies of #412A2E
Complementary color
Monochromatic Colors of #412A2E
Black with #412A2E
Text Example
Text Example
White with #412A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412A2E; }
p { color: rgb(65,42,46); }
H1.HeaderClassName
{
color: #412A2E;
}
.AnyTagClassName
{
color: #412A2E;
}
</style>
background-color css
<style>
a { background-color: #412A2E; }
a { background-color: rgb(65,42,46); }
div.DivClassName
{
background-color: #412A2E;
}
.BgClassName
{
background-color: #412A2E;
}
</style>
border-color css
<style>
span { border-color: #412A2E; }
span { border-color: rgb(65,42,46); }
td.TdClassName
{
border-color: #412A2E;
}
.TagClassName
{
border-color: #412A2E;
}
</style>