Shades of Cab Sav #442B2F
Tints of Cab Sav #442B2F
RGB
CMYK
RGB Variations
Color information
#442B2F (or 0x442B2F) is known color: Cab Sav. HEX triplet: 44, 2B and 2F. RGB value is (68,43,47). Sum of RGB (Red+Green+Blue) = 68+43+47=158 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.04% from 158); Green value is 43 (17.19% from 255 or 27.22% from 158); Blue value is 47 (18.75% from 255 or 29.75% from 158); Max value from RGB is 68 - color contains mainly: red. Hex color #442B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442B2F is #BBD4D0. Grayscale: #323232. Windows color (decimal): -12309713 or 3091268. OLE color: 3091268.
HSL color Cylindrical-coordinate representation of color #442B2F: hue angle of 350.4º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #442B2F is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 43 | 47 | - |
| CMYK | 0 | 0.37 | 0.31 | 0.73 |
| HSL | 350.4º | 0.23% | 0.22% | - |
| HSV(B) | 350.4º | 0.37% | 0.27% | - |
| XYZ | 3.76 | 3.16 | 3.1 | - |
| YUV | 50.93 | 125.78 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 43 | 47 | 0 | 0.37 | 0.31 | 0.73 | 350.4 | 0.23 | 0.22 |
| Hex | 44 | 2B | 2F | 0 | 25 | 1F | 49 | 15E | 17 | 16 |
| Octal | 104 | 53 | 57 | 0 | 45 | 37 | 111 | 536 | 27 | 26 |
| Binary | 1000100 | 101011 | 101111 | 0 | 100101 | 11111 | 1001001 | 101011110 | 10111 | 10110 |
Color Harmonies of #442B2F
Complementary color
Monochromatic Colors of #442B2F
Black with #442B2F
Text Example
Text Example
White with #442B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442B2F; }
p { color: rgb(68,43,47); }
H1.HeaderClassName
{
color: #442B2F;
}
.AnyTagClassName
{
color: #442B2F;
}
</style>
background-color css
<style>
a { background-color: #442B2F; }
a { background-color: rgb(68,43,47); }
div.DivClassName
{
background-color: #442B2F;
}
.BgClassName
{
background-color: #442B2F;
}
</style>
border-color css
<style>
span { border-color: #442B2F; }
span { border-color: rgb(68,43,47); }
td.TdClassName
{
border-color: #442B2F;
}
.TagClassName
{
border-color: #442B2F;
}
</style>