Shades of Cab Sav #49262E
Tints of Cab Sav #49262E
RGB
CMYK
RGB Variations
Color information
#49262E (or 0x49262E) is known color: Cab Sav. HEX triplet: 49, 26 and 2E. RGB value is (73,38,46). Sum of RGB (Red+Green+Blue) = 73+38+46=157 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.50% from 157); Green value is 38 (15.23% from 255 or 24.20% from 157); Blue value is 46 (18.36% from 255 or 29.30% from 157); Max value from RGB is 73 - color contains mainly: red. Hex color #49262E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49262E is #B6D9D1. Grayscale: #313131. Windows color (decimal): -11983314 or 3024457. OLE color: 3024457.
HSL color Cylindrical-coordinate representation of color #49262E: hue angle of 346.29º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #49262E is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 38 | 46 | - |
| CMYK | 0 | 0.48 | 0.37 | 0.71 |
| HSL | 346.29º | 0.32% | 0.22% | - |
| HSV(B) | 346.29º | 0.48% | 0.29% | - |
| XYZ | 3.93 | 3 | 2.96 | - |
| YUV | 49.38 | 126.1 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 38 | 46 | 0 | 0.48 | 0.37 | 0.71 | 346.29 | 0.32 | 0.22 |
| Hex | 49 | 26 | 2E | 0 | 30 | 25 | 47 | 15A | 20 | 16 |
| Octal | 111 | 46 | 56 | 0 | 60 | 45 | 107 | 532 | 40 | 26 |
| Binary | 1001001 | 100110 | 101110 | 0 | 110000 | 100101 | 1000111 | 101011010 | 100000 | 10110 |
Color Harmonies of #49262E
Complementary color
Monochromatic Colors of #49262E
Black with #49262E
Text Example
Text Example
White with #49262E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49262E; }
p { color: rgb(73,38,46); }
H1.HeaderClassName
{
color: #49262E;
}
.AnyTagClassName
{
color: #49262E;
}
</style>
background-color css
<style>
a { background-color: #49262E; }
a { background-color: rgb(73,38,46); }
div.DivClassName
{
background-color: #49262E;
}
.BgClassName
{
background-color: #49262E;
}
</style>
border-color css
<style>
span { border-color: #49262E; }
span { border-color: rgb(73,38,46); }
td.TdClassName
{
border-color: #49262E;
}
.TagClassName
{
border-color: #49262E;
}
</style>