Shades of Cab Sav #492F34
Tints of Cab Sav #492F34
RGB
CMYK
RGB Variations
Color information
#492F34 (or 0x492F34) is known color: Cab Sav. HEX triplet: 49, 2F and 34. RGB value is (73,47,52). Sum of RGB (Red+Green+Blue) = 73+47+52=172 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.44% from 172); Green value is 47 (18.75% from 255 or 27.33% from 172); Blue value is 52 (20.70% from 255 or 30.23% from 172); Max value from RGB is 73 - color contains mainly: red. Hex color #492F34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492F34 is #B6D0CB. Grayscale: #373737. Windows color (decimal): -11981004 or 3419977. OLE color: 3419977.
HSL color Cylindrical-coordinate representation of color #492F34: hue angle of 348.46º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #492F34 is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 47 | 52 | - |
| CMYK | 0 | 0.36 | 0.29 | 0.71 |
| HSL | 348.46º | 0.22% | 0.24% | - |
| HSV(B) | 348.46º | 0.36% | 0.29% | - |
| XYZ | 4.38 | 3.7 | 3.73 | - |
| YUV | 55.34 | 126.11 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 47 | 52 | 0 | 0.36 | 0.29 | 0.71 | 348.46 | 0.22 | 0.24 |
| Hex | 49 | 2F | 34 | 0 | 24 | 1D | 47 | 15C | 16 | 18 |
| Octal | 111 | 57 | 64 | 0 | 44 | 35 | 107 | 534 | 26 | 30 |
| Binary | 1001001 | 101111 | 110100 | 0 | 100100 | 11101 | 1000111 | 101011100 | 10110 | 11000 |
Color Harmonies of #492F34
Complementary color
Monochromatic Colors of #492F34
Black with #492F34
Text Example
Text Example
White with #492F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492F34; }
p { color: rgb(73,47,52); }
H1.HeaderClassName
{
color: #492F34;
}
.AnyTagClassName
{
color: #492F34;
}
</style>
background-color css
<style>
a { background-color: #492F34; }
a { background-color: rgb(73,47,52); }
div.DivClassName
{
background-color: #492F34;
}
.BgClassName
{
background-color: #492F34;
}
</style>
border-color css
<style>
span { border-color: #492F34; }
span { border-color: rgb(73,47,52); }
td.TdClassName
{
border-color: #492F34;
}
.TagClassName
{
border-color: #492F34;
}
</style>