Shades of Cab Sav #49272D
Tints of Cab Sav #49272D
RGB
CMYK
RGB Variations
Color information
#49272D (or 0x49272D) is known color: Cab Sav. HEX triplet: 49, 27 and 2D. RGB value is (73,39,45). Sum of RGB (Red+Green+Blue) = 73+39+45=157 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.50% from 157); Green value is 39 (15.62% from 255 or 24.84% from 157); Blue value is 45 (17.97% from 255 or 28.66% from 157); Max value from RGB is 73 - color contains mainly: red. Hex color #49272D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49272D is #B6D8D2. Grayscale: #313131. Windows color (decimal): -11983059 or 2959177. OLE color: 2959177.
HSL color Cylindrical-coordinate representation of color #49272D: hue angle of 349.41º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #49272D is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 39 | 45 | - |
| CMYK | 0 | 0.47 | 0.38 | 0.71 |
| HSL | 349.41º | 0.3% | 0.22% | - |
| HSV(B) | 349.41º | 0.47% | 0.29% | - |
| XYZ | 3.95 | 3.06 | 2.86 | - |
| YUV | 49.85 | 125.26 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 39 | 45 | 0 | 0.47 | 0.38 | 0.71 | 349.41 | 0.3 | 0.22 |
| Hex | 49 | 27 | 2D | 0 | 2F | 26 | 47 | 15D | 1E | 16 |
| Octal | 111 | 47 | 55 | 0 | 57 | 46 | 107 | 535 | 36 | 26 |
| Binary | 1001001 | 100111 | 101101 | 0 | 101111 | 100110 | 1000111 | 101011101 | 11110 | 10110 |
Color Harmonies of #49272D
Complementary color
Monochromatic Colors of #49272D
Black with #49272D
Text Example
Text Example
White with #49272D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49272D; }
p { color: rgb(73,39,45); }
H1.HeaderClassName
{
color: #49272D;
}
.AnyTagClassName
{
color: #49272D;
}
</style>
background-color css
<style>
a { background-color: #49272D; }
a { background-color: rgb(73,39,45); }
div.DivClassName
{
background-color: #49272D;
}
.BgClassName
{
background-color: #49272D;
}
</style>
border-color css
<style>
span { border-color: #49272D; }
span { border-color: rgb(73,39,45); }
td.TdClassName
{
border-color: #49272D;
}
.TagClassName
{
border-color: #49272D;
}
</style>