Shades of Cab Sav #4E3338
Tints of Cab Sav #4E3338
RGB
CMYK
RGB Variations
Color information
#4E3338 (or 0x4E3338) is known color: Cab Sav. HEX triplet: 4E, 33 and 38. RGB value is (78,51,56). Sum of RGB (Red+Green+Blue) = 78+51+56=185 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.16% from 185); Green value is 51 (20.31% from 255 or 27.57% from 185); Blue value is 56 (22.27% from 255 or 30.27% from 185); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3338 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3338 is #B1CCC7. Grayscale: #3B3B3B. Windows color (decimal): -11652296 or 3683150. OLE color: 3683150.
HSL color Cylindrical-coordinate representation of color #4E3338: hue angle of 348.89º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4E3338 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 51 | 56 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.69 |
| HSL | 348.89º | 0.21% | 0.25% | - |
| HSV(B) | 348.89º | 0.35% | 0.31% | - |
| XYZ | 5.04 | 4.27 | 4.3 | - |
| YUV | 59.64 | 125.95 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 51 | 56 | 0 | 0.35 | 0.28 | 0.69 | 348.89 | 0.21 | 0.25 |
| Hex | 4E | 33 | 38 | 0 | 23 | 1C | 45 | 15D | 15 | 19 |
| Octal | 116 | 63 | 70 | 0 | 43 | 34 | 105 | 535 | 25 | 31 |
| Binary | 1001110 | 110011 | 111000 | 0 | 100011 | 11100 | 1000101 | 101011101 | 10101 | 11001 |
Color Harmonies of #4E3338
Complementary color
Monochromatic Colors of #4E3338
Black with #4E3338
Text Example
Text Example
White with #4E3338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3338; }
p { color: rgb(78,51,56); }
H1.HeaderClassName
{
color: #4E3338;
}
.AnyTagClassName
{
color: #4E3338;
}
</style>
background-color css
<style>
a { background-color: #4E3338; }
a { background-color: rgb(78,51,56); }
div.DivClassName
{
background-color: #4E3338;
}
.BgClassName
{
background-color: #4E3338;
}
</style>
border-color css
<style>
span { border-color: #4E3338; }
span { border-color: rgb(78,51,56); }
td.TdClassName
{
border-color: #4E3338;
}
.TagClassName
{
border-color: #4E3338;
}
</style>