Shades of Cab Sav #4D2D32
Tints of Cab Sav #4D2D32
RGB
CMYK
RGB Variations
Color information
#4D2D32 (or 0x4D2D32) is known color: Cab Sav. HEX triplet: 4D, 2D and 32. RGB value is (77,45,50). Sum of RGB (Red+Green+Blue) = 77+45+50=172 (22% of max value = 765). Red value is 77 (30.47% from 255 or 44.77% from 172); Green value is 45 (17.97% from 255 or 26.16% from 172); Blue value is 50 (19.92% from 255 or 29.07% from 172); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2D32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2D32 is #B2D2CD. Grayscale: #373737. Windows color (decimal): -11719374 or 3288397. OLE color: 3288397.
HSL color Cylindrical-coordinate representation of color #4D2D32: hue angle of 350.62º degrees, saturation: 0.26, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4D2D32 is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 45 | 50 | - |
| CMYK | 0 | 0.42 | 0.35 | 0.70 |
| HSL | 350.63º | 0.26% | 0.24% | - |
| HSV(B) | 350.63º | 0.42% | 0.3% | - |
| XYZ | 4.57 | 3.68 | 3.49 | - |
| YUV | 55.14 | 125.1 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 45 | 50 | 0 | 0.42 | 0.35 | 0.70 | 350.63 | 0.26 | 0.24 |
| Hex | 4D | 2D | 32 | 0 | 2A | 23 | 46 | 15F | 1A | 18 |
| Octal | 115 | 55 | 62 | 0 | 52 | 43 | 106 | 537 | 32 | 30 |
| Binary | 1001101 | 101101 | 110010 | 0 | 101010 | 100011 | 1000110 | 101011111 | 11010 | 11000 |
Color Harmonies of #4D2D32
Complementary color
Monochromatic Colors of #4D2D32
Black with #4D2D32
Text Example
Text Example
White with #4D2D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2D32; }
p { color: rgb(77,45,50); }
H1.HeaderClassName
{
color: #4D2D32;
}
.AnyTagClassName
{
color: #4D2D32;
}
</style>
background-color css
<style>
a { background-color: #4D2D32; }
a { background-color: rgb(77,45,50); }
div.DivClassName
{
background-color: #4D2D32;
}
.BgClassName
{
background-color: #4D2D32;
}
</style>
border-color css
<style>
span { border-color: #4D2D32; }
span { border-color: rgb(77,45,50); }
td.TdClassName
{
border-color: #4D2D32;
}
.TagClassName
{
border-color: #4D2D32;
}
</style>