Shades of Cab Sav #492E34
Tints of Cab Sav #492E34
RGB
CMYK
RGB Variations
Color information
#492E34 (or 0x492E34) is known color: Cab Sav. HEX triplet: 49, 2E and 34. RGB value is (73,46,52). Sum of RGB (Red+Green+Blue) = 73+46+52=171 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.69% from 171); Green value is 46 (18.36% from 255 or 26.90% from 171); Blue value is 52 (20.70% from 255 or 30.41% from 171); Max value from RGB is 73 - color contains mainly: red. Hex color #492E34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492E34 is #B6D1CB. Grayscale: #363636. Windows color (decimal): -11981260 or 3419721. OLE color: 3419721.
HSL color Cylindrical-coordinate representation of color #492E34: hue angle of 346.67º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #492E34 is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 46 | 52 | - |
| CMYK | 0 | 0.37 | 0.29 | 0.71 |
| HSL | 346.67º | 0.23% | 0.23% | - |
| HSV(B) | 346.67º | 0.37% | 0.29% | - |
| XYZ | 4.34 | 3.62 | 3.72 | - |
| YUV | 54.76 | 126.45 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 46 | 52 | 0 | 0.37 | 0.29 | 0.71 | 346.67 | 0.23 | 0.23 |
| Hex | 49 | 2E | 34 | 0 | 25 | 1D | 47 | 15B | 17 | 17 |
| Octal | 111 | 56 | 64 | 0 | 45 | 35 | 107 | 533 | 27 | 27 |
| Binary | 1001001 | 101110 | 110100 | 0 | 100101 | 11101 | 1000111 | 101011011 | 10111 | 10111 |
Color Harmonies of #492E34
Complementary color
Monochromatic Colors of #492E34
Black with #492E34
Text Example
Text Example
White with #492E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492E34; }
p { color: rgb(73,46,52); }
H1.HeaderClassName
{
color: #492E34;
}
.AnyTagClassName
{
color: #492E34;
}
</style>
background-color css
<style>
a { background-color: #492E34; }
a { background-color: rgb(73,46,52); }
div.DivClassName
{
background-color: #492E34;
}
.BgClassName
{
background-color: #492E34;
}
</style>
border-color css
<style>
span { border-color: #492E34; }
span { border-color: rgb(73,46,52); }
td.TdClassName
{
border-color: #492E34;
}
.TagClassName
{
border-color: #492E34;
}
</style>