Shades of Cab Sav #4F2D31
Tints of Cab Sav #4F2D31
RGB
CMYK
RGB Variations
Color information
#4F2D31 (or 0x4F2D31) is known color: Cab Sav. HEX triplet: 4F, 2D and 31. RGB value is (79,45,49). Sum of RGB (Red+Green+Blue) = 79+45+49=173 (22% of max value = 765). Red value is 79 (31.25% from 255 or 45.66% from 173); Green value is 45 (17.97% from 255 or 26.01% from 173); Blue value is 49 (19.53% from 255 or 28.32% from 173); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2D31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2D31 is #B0D2CE. Grayscale: #373737. Windows color (decimal): -11588303 or 3222863. OLE color: 3222863.
HSL color Cylindrical-coordinate representation of color #4F2D31: hue angle of 352.94º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4F2D31 is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 45 | 49 | - |
| CMYK | 0 | 0.43 | 0.38 | 0.69 |
| HSL | 352.94º | 0.27% | 0.24% | - |
| HSV(B) | 352.94º | 0.43% | 0.31% | - |
| XYZ | 4.72 | 3.76 | 3.38 | - |
| YUV | 55.62 | 124.26 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 45 | 49 | 0 | 0.43 | 0.38 | 0.69 | 352.94 | 0.27 | 0.24 |
| Hex | 4F | 2D | 31 | 0 | 2B | 26 | 45 | 161 | 1B | 18 |
| Octal | 117 | 55 | 61 | 0 | 53 | 46 | 105 | 541 | 33 | 30 |
| Binary | 1001111 | 101101 | 110001 | 0 | 101011 | 100110 | 1000101 | 101100001 | 11011 | 11000 |
Color Harmonies of #4F2D31
Complementary color
Monochromatic Colors of #4F2D31
Black with #4F2D31
Text Example
Text Example
White with #4F2D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2D31; }
p { color: rgb(79,45,49); }
H1.HeaderClassName
{
color: #4F2D31;
}
.AnyTagClassName
{
color: #4F2D31;
}
</style>
background-color css
<style>
a { background-color: #4F2D31; }
a { background-color: rgb(79,45,49); }
div.DivClassName
{
background-color: #4F2D31;
}
.BgClassName
{
background-color: #4F2D31;
}
</style>
border-color css
<style>
span { border-color: #4F2D31; }
span { border-color: rgb(79,45,49); }
td.TdClassName
{
border-color: #4F2D31;
}
.TagClassName
{
border-color: #4F2D31;
}
</style>