Shades of Cab Sav #4B2C31
Tints of Cab Sav #4B2C31
RGB
CMYK
RGB Variations
Color information
#4B2C31 (or 0x4B2C31) is known color: Cab Sav. HEX triplet: 4B, 2C and 31. RGB value is (75,44,49). Sum of RGB (Red+Green+Blue) = 75+44+49=168 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.64% from 168); Green value is 44 (17.58% from 255 or 26.19% from 168); Blue value is 49 (19.53% from 255 or 29.17% from 168); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2C31 is #B4D3CE. Grayscale: #353535. Windows color (decimal): -11850703 or 3222603. OLE color: 3222603.
HSL color Cylindrical-coordinate representation of color #4B2C31: hue angle of 350.32º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4B2C31 is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 44 | 49 | - |
| CMYK | 0 | 0.41 | 0.35 | 0.71 |
| HSL | 350.32º | 0.26% | 0.23% | - |
| HSV(B) | 350.32º | 0.41% | 0.29% | - |
| XYZ | 4.36 | 3.52 | 3.36 | - |
| YUV | 53.84 | 125.27 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 44 | 49 | 0 | 0.41 | 0.35 | 0.71 | 350.32 | 0.26 | 0.23 |
| Hex | 4B | 2C | 31 | 0 | 29 | 23 | 47 | 15E | 1A | 17 |
| Octal | 113 | 54 | 61 | 0 | 51 | 43 | 107 | 536 | 32 | 27 |
| Binary | 1001011 | 101100 | 110001 | 0 | 101001 | 100011 | 1000111 | 101011110 | 11010 | 10111 |
Color Harmonies of #4B2C31
Complementary color
Monochromatic Colors of #4B2C31
Black with #4B2C31
Text Example
Text Example
White with #4B2C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2C31; }
p { color: rgb(75,44,49); }
H1.HeaderClassName
{
color: #4B2C31;
}
.AnyTagClassName
{
color: #4B2C31;
}
</style>
background-color css
<style>
a { background-color: #4B2C31; }
a { background-color: rgb(75,44,49); }
div.DivClassName
{
background-color: #4B2C31;
}
.BgClassName
{
background-color: #4B2C31;
}
</style>
border-color css
<style>
span { border-color: #4B2C31; }
span { border-color: rgb(75,44,49); }
td.TdClassName
{
border-color: #4B2C31;
}
.TagClassName
{
border-color: #4B2C31;
}
</style>