Shades of Cab Sav #492B2E
Tints of Cab Sav #492B2E
RGB
CMYK
RGB Variations
Color information
#492B2E (or 0x492B2E) is known color: Cab Sav. HEX triplet: 49, 2B and 2E. RGB value is (73,43,46). Sum of RGB (Red+Green+Blue) = 73+43+46=162 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.06% from 162); Green value is 43 (17.19% from 255 or 26.54% from 162); Blue value is 46 (18.36% from 255 or 28.40% from 162); Max value from RGB is 73 - color contains mainly: red. Hex color #492B2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492B2E is #B6D4D1. Grayscale: #343434. Windows color (decimal): -11982034 or 3025737. OLE color: 3025737.
HSL color Cylindrical-coordinate representation of color #492B2E: hue angle of 354º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #492B2E is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 43 | 46 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.71 |
| HSL | 354º | 0.26% | 0.23% | - |
| HSV(B) | 354º | 0.41% | 0.29% | - |
| XYZ | 4.1 | 3.34 | 3.01 | - |
| YUV | 52.31 | 124.44 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 43 | 46 | 0 | 0.41 | 0.37 | 0.71 | 354 | 0.26 | 0.23 |
| Hex | 49 | 2B | 2E | 0 | 29 | 25 | 47 | 162 | 1A | 17 |
| Octal | 111 | 53 | 56 | 0 | 51 | 45 | 107 | 542 | 32 | 27 |
| Binary | 1001001 | 101011 | 101110 | 0 | 101001 | 100101 | 1000111 | 101100010 | 11010 | 10111 |
Color Harmonies of #492B2E
Complementary color
Monochromatic Colors of #492B2E
Black with #492B2E
Text Example
Text Example
White with #492B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492B2E; }
p { color: rgb(73,43,46); }
H1.HeaderClassName
{
color: #492B2E;
}
.AnyTagClassName
{
color: #492B2E;
}
</style>
background-color css
<style>
a { background-color: #492B2E; }
a { background-color: rgb(73,43,46); }
div.DivClassName
{
background-color: #492B2E;
}
.BgClassName
{
background-color: #492B2E;
}
</style>
border-color css
<style>
span { border-color: #492B2E; }
span { border-color: rgb(73,43,46); }
td.TdClassName
{
border-color: #492B2E;
}
.TagClassName
{
border-color: #492B2E;
}
</style>