Shades of Cab Sav #442F34
Tints of Cab Sav #442F34
RGB
CMYK
RGB Variations
Color information
#442F34 (or 0x442F34) is known color: Cab Sav. HEX triplet: 44, 2F and 34. RGB value is (68,47,52). Sum of RGB (Red+Green+Blue) = 68+47+52=167 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.72% from 167); Green value is 47 (18.75% from 255 or 28.14% from 167); Blue value is 52 (20.70% from 255 or 31.14% from 167); Max value from RGB is 68 - color contains mainly: red. Hex color #442F34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442F34 is #BBD0CB. Grayscale: #353535. Windows color (decimal): -12308684 or 3419972. OLE color: 3419972.
HSL color Cylindrical-coordinate representation of color #442F34: hue angle of 345.71º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #442F34 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 47 | 52 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.73 |
| HSL | 345.71º | 0.18% | 0.23% | - |
| HSV(B) | 345.71º | 0.31% | 0.27% | - |
| XYZ | 4.02 | 3.51 | 3.71 | - |
| YUV | 53.85 | 126.96 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 47 | 52 | 0 | 0.31 | 0.24 | 0.73 | 345.71 | 0.18 | 0.23 |
| Hex | 44 | 2F | 34 | 0 | 1F | 18 | 49 | 15A | 12 | 17 |
| Octal | 104 | 57 | 64 | 0 | 37 | 30 | 111 | 532 | 22 | 27 |
| Binary | 1000100 | 101111 | 110100 | 0 | 11111 | 11000 | 1001001 | 101011010 | 10010 | 10111 |
Color Harmonies of #442F34
Complementary color
Monochromatic Colors of #442F34
Black with #442F34
Text Example
Text Example
White with #442F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442F34; }
p { color: rgb(68,47,52); }
H1.HeaderClassName
{
color: #442F34;
}
.AnyTagClassName
{
color: #442F34;
}
</style>
background-color css
<style>
a { background-color: #442F34; }
a { background-color: rgb(68,47,52); }
div.DivClassName
{
background-color: #442F34;
}
.BgClassName
{
background-color: #442F34;
}
</style>
border-color css
<style>
span { border-color: #442F34; }
span { border-color: rgb(68,47,52); }
td.TdClassName
{
border-color: #442F34;
}
.TagClassName
{
border-color: #442F34;
}
</style>