Shades of Cab Sav #4C2C31
Tints of Cab Sav #4C2C31
RGB
CMYK
RGB Variations
Color information
#4C2C31 (or 0x4C2C31) is known color: Cab Sav. HEX triplet: 4C, 2C and 31. RGB value is (76,44,49). Sum of RGB (Red+Green+Blue) = 76+44+49=169 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.97% from 169); Green value is 44 (17.58% from 255 or 26.04% from 169); Blue value is 49 (19.53% from 255 or 28.99% from 169); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2C31 is #B3D3CE. Grayscale: #363636. Windows color (decimal): -11785167 or 3222604. OLE color: 3222604.
HSL color Cylindrical-coordinate representation of color #4C2C31: hue angle of 350.62º degrees, saturation: 0.27, 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 #4C2C31 is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 44 | 49 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.70 |
| HSL | 350.63º | 0.27% | 0.24% | - |
| HSV(B) | 350.63º | 0.42% | 0.3% | - |
| XYZ | 4.44 | 3.56 | 3.36 | - |
| YUV | 54.14 | 125.1 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 44 | 49 | 0 | 0.42 | 0.36 | 0.70 | 350.63 | 0.27 | 0.24 |
| Hex | 4C | 2C | 31 | 0 | 2A | 24 | 46 | 15F | 1B | 18 |
| Octal | 114 | 54 | 61 | 0 | 52 | 44 | 106 | 537 | 33 | 30 |
| Binary | 1001100 | 101100 | 110001 | 0 | 101010 | 100100 | 1000110 | 101011111 | 11011 | 11000 |
Color Harmonies of #4C2C31
Complementary color
Monochromatic Colors of #4C2C31
Black with #4C2C31
Text Example
Text Example
White with #4C2C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2C31; }
p { color: rgb(76,44,49); }
H1.HeaderClassName
{
color: #4C2C31;
}
.AnyTagClassName
{
color: #4C2C31;
}
</style>
background-color css
<style>
a { background-color: #4C2C31; }
a { background-color: rgb(76,44,49); }
div.DivClassName
{
background-color: #4C2C31;
}
.BgClassName
{
background-color: #4C2C31;
}
</style>
border-color css
<style>
span { border-color: #4C2C31; }
span { border-color: rgb(76,44,49); }
td.TdClassName
{
border-color: #4C2C31;
}
.TagClassName
{
border-color: #4C2C31;
}
</style>