Shades of Cab Sav #4D3335
Tints of Cab Sav #4D3335
RGB
CMYK
RGB Variations
Color information
#4D3335 (or 0x4D3335) is known color: Cab Sav. HEX triplet: 4D, 33 and 35. RGB value is (77,51,53). Sum of RGB (Red+Green+Blue) = 77+51+53=181 (23% of max value = 765). Red value is 77 (30.47% from 255 or 42.54% from 181); Green value is 51 (20.31% from 255 or 28.18% from 181); Blue value is 53 (21.09% from 255 or 29.28% from 181); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3335 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3335 is #B2CCCA. Grayscale: #3B3B3B. Windows color (decimal): -11717835 or 3486541. OLE color: 3486541.
HSL color Cylindrical-coordinate representation of color #4D3335: hue angle of 355.38º 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 #4D3335 is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 51 | 53 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.70 |
| HSL | 355.38º | 0.2% | 0.25% | - |
| HSV(B) | 355.38º | 0.34% | 0.3% | - |
| XYZ | 4.89 | 4.2 | 3.92 | - |
| YUV | 59 | 124.61 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 51 | 53 | 0 | 0.34 | 0.31 | 0.70 | 355.38 | 0.2 | 0.25 |
| Hex | 4D | 33 | 35 | 0 | 22 | 1F | 46 | 163 | 14 | 19 |
| Octal | 115 | 63 | 65 | 0 | 42 | 37 | 106 | 543 | 24 | 31 |
| Binary | 1001101 | 110011 | 110101 | 0 | 100010 | 11111 | 1000110 | 101100011 | 10100 | 11001 |
Color Harmonies of #4D3335
Complementary color
Monochromatic Colors of #4D3335
Black with #4D3335
Text Example
Text Example
White with #4D3335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3335; }
p { color: rgb(77,51,53); }
H1.HeaderClassName
{
color: #4D3335;
}
.AnyTagClassName
{
color: #4D3335;
}
</style>
background-color css
<style>
a { background-color: #4D3335; }
a { background-color: rgb(77,51,53); }
div.DivClassName
{
background-color: #4D3335;
}
.BgClassName
{
background-color: #4D3335;
}
</style>
border-color css
<style>
span { border-color: #4D3335; }
span { border-color: rgb(77,51,53); }
td.TdClassName
{
border-color: #4D3335;
}
.TagClassName
{
border-color: #4D3335;
}
</style>