Shades of Cab Sav #4F3135
Tints of Cab Sav #4F3135
RGB
CMYK
RGB Variations
Color information
#4F3135 (or 0x4F3135) is known color: Cab Sav. HEX triplet: 4F, 31 and 35. RGB value is (79,49,53). Sum of RGB (Red+Green+Blue) = 79+49+53=181 (23% of max value = 765). Red value is 79 (31.25% from 255 or 43.65% from 181); Green value is 49 (19.53% from 255 or 27.07% from 181); Blue value is 53 (21.09% from 255 or 29.28% from 181); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3135 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3135 is #B0CECA. Grayscale: #3A3A3A. Windows color (decimal): -11587275 or 3486031. OLE color: 3486031.
HSL color Cylindrical-coordinate representation of color #4F3135: hue angle of 352º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4F3135 is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 49 | 53 | - |
| CMYK | 0 | 0.38 | 0.33 | 0.69 |
| HSL | 352º | 0.23% | 0.25% | - |
| HSV(B) | 352º | 0.38% | 0.31% | - |
| XYZ | 4.97 | 4.12 | 3.9 | - |
| YUV | 58.43 | 124.94 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 49 | 53 | 0 | 0.38 | 0.33 | 0.69 | 352 | 0.23 | 0.25 |
| Hex | 4F | 31 | 35 | 0 | 26 | 21 | 45 | 160 | 17 | 19 |
| Octal | 117 | 61 | 65 | 0 | 46 | 41 | 105 | 540 | 27 | 31 |
| Binary | 1001111 | 110001 | 110101 | 0 | 100110 | 100001 | 1000101 | 101100000 | 10111 | 11001 |
Color Harmonies of #4F3135
Complementary color
Monochromatic Colors of #4F3135
Black with #4F3135
Text Example
Text Example
White with #4F3135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3135; }
p { color: rgb(79,49,53); }
H1.HeaderClassName
{
color: #4F3135;
}
.AnyTagClassName
{
color: #4F3135;
}
</style>
background-color css
<style>
a { background-color: #4F3135; }
a { background-color: rgb(79,49,53); }
div.DivClassName
{
background-color: #4F3135;
}
.BgClassName
{
background-color: #4F3135;
}
</style>
border-color css
<style>
span { border-color: #4F3135; }
span { border-color: rgb(79,49,53); }
td.TdClassName
{
border-color: #4F3135;
}
.TagClassName
{
border-color: #4F3135;
}
</style>