Shades of Cab Sav #4E3538
Tints of Cab Sav #4E3538
RGB
CMYK
RGB Variations
Color information
#4E3538 (or 0x4E3538) is known color: Cab Sav. HEX triplet: 4E, 35 and 38. RGB value is (78,53,56). Sum of RGB (Red+Green+Blue) = 78+53+56=187 (24% of max value = 765). Red value is 78 (30.86% from 255 or 41.71% from 187); Green value is 53 (21.09% from 255 or 28.34% from 187); Blue value is 56 (22.27% from 255 or 29.95% from 187); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3538 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3538 is #B1CAC7. Grayscale: #3C3C3C. Windows color (decimal): -11651784 or 3683662. OLE color: 3683662.
HSL color Cylindrical-coordinate representation of color #4E3538: hue angle of 352.8º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4E3538 is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 53 | 56 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.69 |
| HSL | 352.8º | 0.19% | 0.26% | - |
| HSV(B) | 352.8º | 0.32% | 0.31% | - |
| XYZ | 5.13 | 4.45 | 4.33 | - |
| YUV | 60.82 | 125.28 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 53 | 56 | 0 | 0.32 | 0.28 | 0.69 | 352.8 | 0.19 | 0.26 |
| Hex | 4E | 35 | 38 | 0 | 20 | 1C | 45 | 161 | 13 | 1A |
| Octal | 116 | 65 | 70 | 0 | 40 | 34 | 105 | 541 | 23 | 32 |
| Binary | 1001110 | 110101 | 111000 | 0 | 100000 | 11100 | 1000101 | 101100001 | 10011 | 11010 |
Color Harmonies of #4E3538
Complementary color
Monochromatic Colors of #4E3538
Black with #4E3538
Text Example
Text Example
White with #4E3538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3538; }
p { color: rgb(78,53,56); }
H1.HeaderClassName
{
color: #4E3538;
}
.AnyTagClassName
{
color: #4E3538;
}
</style>
background-color css
<style>
a { background-color: #4E3538; }
a { background-color: rgb(78,53,56); }
div.DivClassName
{
background-color: #4E3538;
}
.BgClassName
{
background-color: #4E3538;
}
</style>
border-color css
<style>
span { border-color: #4E3538; }
span { border-color: rgb(78,53,56); }
td.TdClassName
{
border-color: #4E3538;
}
.TagClassName
{
border-color: #4E3538;
}
</style>