Shades of Cab Sav #49262D
Tints of Cab Sav #49262D
RGB
CMYK
RGB Variations
Color information
#49262D (or 0x49262D) is known color: Cab Sav. HEX triplet: 49, 26 and 2D. RGB value is (73,38,45). Sum of RGB (Red+Green+Blue) = 73+38+45=156 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.79% from 156); Green value is 38 (15.23% from 255 or 24.36% from 156); Blue value is 45 (17.97% from 255 or 28.85% from 156); Max value from RGB is 73 - color contains mainly: red. Hex color #49262D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49262D is #B6D9D2. Grayscale: #313131. Windows color (decimal): -11983315 or 2958921. OLE color: 2958921.
HSL color Cylindrical-coordinate representation of color #49262D: hue angle of 348º 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 #49262D is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 38 | 45 | - |
| CMYK | 0 | 0.48 | 0.38 | 0.71 |
| HSL | 348º | 0.32% | 0.22% | - |
| HSV(B) | 348º | 0.48% | 0.29% | - |
| XYZ | 3.91 | 2.99 | 2.85 | - |
| YUV | 49.26 | 125.6 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 38 | 45 | 0 | 0.48 | 0.38 | 0.71 | 348 | 0.32 | 0.22 |
| Hex | 49 | 26 | 2D | 0 | 30 | 26 | 47 | 15C | 20 | 16 |
| Octal | 111 | 46 | 55 | 0 | 60 | 46 | 107 | 534 | 40 | 26 |
| Binary | 1001001 | 100110 | 101101 | 0 | 110000 | 100110 | 1000111 | 101011100 | 100000 | 10110 |
Color Harmonies of #49262D
Complementary color
Monochromatic Colors of #49262D
Black with #49262D
Text Example
Text Example
White with #49262D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49262D; }
p { color: rgb(73,38,45); }
H1.HeaderClassName
{
color: #49262D;
}
.AnyTagClassName
{
color: #49262D;
}
</style>
background-color css
<style>
a { background-color: #49262D; }
a { background-color: rgb(73,38,45); }
div.DivClassName
{
background-color: #49262D;
}
.BgClassName
{
background-color: #49262D;
}
</style>
border-color css
<style>
span { border-color: #49262D; }
span { border-color: rgb(73,38,45); }
td.TdClassName
{
border-color: #49262D;
}
.TagClassName
{
border-color: #49262D;
}
</style>