Shades of Cab Sav #4E3537
Tints of Cab Sav #4E3537
RGB
CMYK
RGB Variations
Color information
#4E3537 (or 0x4E3537) is known color: Cab Sav. HEX triplet: 4E, 35 and 37. RGB value is (78,53,55). Sum of RGB (Red+Green+Blue) = 78+53+55=186 (24% of max value = 765). Red value is 78 (30.86% from 255 or 41.94% from 186); Green value is 53 (21.09% from 255 or 28.49% from 186); Blue value is 55 (21.88% from 255 or 29.57% from 186); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3537 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3537 is #B1CAC8. Grayscale: #3C3C3C. Windows color (decimal): -11651785 or 3618126. OLE color: 3618126.
HSL color Cylindrical-coordinate representation of color #4E3537: hue angle of 355.2º 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 #4E3537 is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 53 | 55 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.69 |
| HSL | 355.2º | 0.19% | 0.26% | - |
| HSV(B) | 355.2º | 0.32% | 0.31% | - |
| XYZ | 5.1 | 4.44 | 4.2 | - |
| YUV | 60.7 | 124.78 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 53 | 55 | 0 | 0.32 | 0.29 | 0.69 | 355.2 | 0.19 | 0.26 |
| Hex | 4E | 35 | 37 | 0 | 20 | 1D | 45 | 163 | 13 | 1A |
| Octal | 116 | 65 | 67 | 0 | 40 | 35 | 105 | 543 | 23 | 32 |
| Binary | 1001110 | 110101 | 110111 | 0 | 100000 | 11101 | 1000101 | 101100011 | 10011 | 11010 |
Color Harmonies of #4E3537
Complementary color
Monochromatic Colors of #4E3537
Black with #4E3537
Text Example
Text Example
White with #4E3537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3537; }
p { color: rgb(78,53,55); }
H1.HeaderClassName
{
color: #4E3537;
}
.AnyTagClassName
{
color: #4E3537;
}
</style>
background-color css
<style>
a { background-color: #4E3537; }
a { background-color: rgb(78,53,55); }
div.DivClassName
{
background-color: #4E3537;
}
.BgClassName
{
background-color: #4E3537;
}
</style>
border-color css
<style>
span { border-color: #4E3537; }
span { border-color: rgb(78,53,55); }
td.TdClassName
{
border-color: #4E3537;
}
.TagClassName
{
border-color: #4E3537;
}
</style>