Shades of Cab Sav #4E3536
Tints of Cab Sav #4E3536
RGB
CMYK
RGB Variations
Color information
#4E3536 (or 0x4E3536) is known color: Cab Sav. HEX triplet: 4E, 35 and 36. RGB value is (78,53,54). Sum of RGB (Red+Green+Blue) = 78+53+54=185 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.16% from 185); Green value is 53 (21.09% from 255 or 28.65% from 185); Blue value is 54 (21.48% from 255 or 29.19% from 185); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3536 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3536 is #B1CAC9. Grayscale: #3C3C3C. Windows color (decimal): -11651786 or 3552590. OLE color: 3552590.
HSL color Cylindrical-coordinate representation of color #4E3536: hue angle of 357.6º 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 #4E3536 is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 53 | 54 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.69 |
| HSL | 357.6º | 0.19% | 0.26% | - |
| HSV(B) | 357.6º | 0.32% | 0.31% | - |
| XYZ | 5.08 | 4.43 | 4.08 | - |
| YUV | 60.59 | 124.28 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 53 | 54 | 0 | 0.32 | 0.31 | 0.69 | 357.6 | 0.19 | 0.26 |
| Hex | 4E | 35 | 36 | 0 | 20 | 1F | 45 | 166 | 13 | 1A |
| Octal | 116 | 65 | 66 | 0 | 40 | 37 | 105 | 546 | 23 | 32 |
| Binary | 1001110 | 110101 | 110110 | 0 | 100000 | 11111 | 1000101 | 101100110 | 10011 | 11010 |
Color Harmonies of #4E3536
Complementary color
Monochromatic Colors of #4E3536
Black with #4E3536
Text Example
Text Example
White with #4E3536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3536; }
p { color: rgb(78,53,54); }
H1.HeaderClassName
{
color: #4E3536;
}
.AnyTagClassName
{
color: #4E3536;
}
</style>
background-color css
<style>
a { background-color: #4E3536; }
a { background-color: rgb(78,53,54); }
div.DivClassName
{
background-color: #4E3536;
}
.BgClassName
{
background-color: #4E3536;
}
</style>
border-color css
<style>
span { border-color: #4E3536; }
span { border-color: rgb(78,53,54); }
td.TdClassName
{
border-color: #4E3536;
}
.TagClassName
{
border-color: #4E3536;
}
</style>