Shades of Cab Sav #4D3336
Tints of Cab Sav #4D3336
RGB
CMYK
RGB Variations
Color information
#4D3336 (or 0x4D3336) is known color: Cab Sav. HEX triplet: 4D, 33 and 36. RGB value is (77,51,54). Sum of RGB (Red+Green+Blue) = 77+51+54=182 (24% of max value = 765). Red value is 77 (30.47% from 255 or 42.31% from 182); Green value is 51 (20.31% from 255 or 28.02% from 182); Blue value is 54 (21.48% from 255 or 29.67% from 182); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3336 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3336 is #B2CCC9. Grayscale: #3B3B3B. Windows color (decimal): -11717834 or 3552077. OLE color: 3552077.
HSL color Cylindrical-coordinate representation of color #4D3336: hue angle of 353.08º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4D3336 is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 51 | 54 | - |
| CMYK | 0 | 0.34 | 0.30 | 0.70 |
| HSL | 353.08º | 0.2% | 0.25% | - |
| HSV(B) | 353.08º | 0.34% | 0.3% | - |
| XYZ | 4.91 | 4.21 | 4.04 | - |
| YUV | 59.12 | 125.11 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 51 | 54 | 0 | 0.34 | 0.30 | 0.70 | 353.08 | 0.2 | 0.25 |
| Hex | 4D | 33 | 36 | 0 | 22 | 1E | 46 | 161 | 14 | 19 |
| Octal | 115 | 63 | 66 | 0 | 42 | 36 | 106 | 541 | 24 | 31 |
| Binary | 1001101 | 110011 | 110110 | 0 | 100010 | 11110 | 1000110 | 101100001 | 10100 | 11001 |
Color Harmonies of #4D3336
Complementary color
Monochromatic Colors of #4D3336
Black with #4D3336
Text Example
Text Example
White with #4D3336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3336; }
p { color: rgb(77,51,54); }
H1.HeaderClassName
{
color: #4D3336;
}
.AnyTagClassName
{
color: #4D3336;
}
</style>
background-color css
<style>
a { background-color: #4D3336; }
a { background-color: rgb(77,51,54); }
div.DivClassName
{
background-color: #4D3336;
}
.BgClassName
{
background-color: #4D3336;
}
</style>
border-color css
<style>
span { border-color: #4D3336; }
span { border-color: rgb(77,51,54); }
td.TdClassName
{
border-color: #4D3336;
}
.TagClassName
{
border-color: #4D3336;
}
</style>