Shades of Cab Sav #4D2B31
Tints of Cab Sav #4D2B31
RGB
CMYK
RGB Variations
Color information
#4D2B31 (or 0x4D2B31) is known color: Cab Sav. HEX triplet: 4D, 2B and 31. RGB value is (77,43,49). Sum of RGB (Red+Green+Blue) = 77+43+49=169 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.56% from 169); Green value is 43 (17.19% from 255 or 25.44% from 169); Blue value is 49 (19.53% from 255 or 28.99% from 169); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2B31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2B31 is #B2D4CE. Grayscale: #353535. Windows color (decimal): -11719887 or 3222349. OLE color: 3222349.
HSL color Cylindrical-coordinate representation of color #4D2B31: hue angle of 349.41º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4D2B31 is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 43 | 49 | - |
| CMYK | 0 | 0.44 | 0.36 | 0.70 |
| HSL | 349.41º | 0.28% | 0.24% | - |
| HSV(B) | 349.41º | 0.44% | 0.3% | - |
| XYZ | 4.48 | 3.53 | 3.35 | - |
| YUV | 53.85 | 125.26 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 43 | 49 | 0 | 0.44 | 0.36 | 0.70 | 349.41 | 0.28 | 0.24 |
| Hex | 4D | 2B | 31 | 0 | 2C | 24 | 46 | 15D | 1C | 18 |
| Octal | 115 | 53 | 61 | 0 | 54 | 44 | 106 | 535 | 34 | 30 |
| Binary | 1001101 | 101011 | 110001 | 0 | 101100 | 100100 | 1000110 | 101011101 | 11100 | 11000 |
Color Harmonies of #4D2B31
Complementary color
Monochromatic Colors of #4D2B31
Black with #4D2B31
Text Example
Text Example
White with #4D2B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2B31; }
p { color: rgb(77,43,49); }
H1.HeaderClassName
{
color: #4D2B31;
}
.AnyTagClassName
{
color: #4D2B31;
}
</style>
background-color css
<style>
a { background-color: #4D2B31; }
a { background-color: rgb(77,43,49); }
div.DivClassName
{
background-color: #4D2B31;
}
.BgClassName
{
background-color: #4D2B31;
}
</style>
border-color css
<style>
span { border-color: #4D2B31; }
span { border-color: rgb(77,43,49); }
td.TdClassName
{
border-color: #4D2B31;
}
.TagClassName
{
border-color: #4D2B31;
}
</style>