Shades of Cab Sav #412A2F
Tints of Cab Sav #412A2F
RGB
CMYK
RGB Variations
Color information
#412A2F (or 0x412A2F) is known color: Cab Sav. HEX triplet: 41, 2A and 2F. RGB value is (65,42,47). Sum of RGB (Red+Green+Blue) = 65+42+47=154 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.21% from 154); Green value is 42 (16.80% from 255 or 27.27% from 154); Blue value is 47 (18.75% from 255 or 30.52% from 154); Max value from RGB is 65 - color contains mainly: red. Hex color #412A2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412A2F is #BED5D0. Grayscale: #313131. Windows color (decimal): -12506577 or 3091009. OLE color: 3091009.
HSL color Cylindrical-coordinate representation of color #412A2F: hue angle of 346.96º 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 #412A2F is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 42 | 47 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.75 |
| HSL | 346.96º | 0.21% | 0.21% | - |
| HSV(B) | 346.96º | 0.35% | 0.25% | - |
| XYZ | 3.52 | 2.98 | 3.08 | - |
| YUV | 49.45 | 126.62 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 42 | 47 | 0 | 0.35 | 0.28 | 0.75 | 346.96 | 0.21 | 0.21 |
| Hex | 41 | 2A | 2F | 0 | 23 | 1C | 4B | 15B | 15 | 15 |
| Octal | 101 | 52 | 57 | 0 | 43 | 34 | 113 | 533 | 25 | 25 |
| Binary | 1000001 | 101010 | 101111 | 0 | 100011 | 11100 | 1001011 | 101011011 | 10101 | 10101 |
Color Harmonies of #412A2F
Complementary color
Monochromatic Colors of #412A2F
Black with #412A2F
Text Example
Text Example
White with #412A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412A2F; }
p { color: rgb(65,42,47); }
H1.HeaderClassName
{
color: #412A2F;
}
.AnyTagClassName
{
color: #412A2F;
}
</style>
background-color css
<style>
a { background-color: #412A2F; }
a { background-color: rgb(65,42,47); }
div.DivClassName
{
background-color: #412A2F;
}
.BgClassName
{
background-color: #412A2F;
}
</style>
border-color css
<style>
span { border-color: #412A2F; }
span { border-color: rgb(65,42,47); }
td.TdClassName
{
border-color: #412A2F;
}
.TagClassName
{
border-color: #412A2F;
}
</style>