Shades of Cab Sav #4E3236
Tints of Cab Sav #4E3236
RGB
CMYK
RGB Variations
Color information
#4E3236 (or 0x4E3236) is known color: Cab Sav. HEX triplet: 4E, 32 and 36. RGB value is (78,50,54). Sum of RGB (Red+Green+Blue) = 78+50+54=182 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.86% from 182); Green value is 50 (19.92% from 255 or 27.47% from 182); Blue value is 54 (21.48% from 255 or 29.67% from 182); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3236 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3236 is #B1CDC9. Grayscale: #3A3A3A. Windows color (decimal): -11652554 or 3551822. OLE color: 3551822.
HSL color Cylindrical-coordinate representation of color #4E3236: hue angle of 351.43º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4E3236 is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 50 | 54 | - |
| CMYK | 0 | 0.36 | 0.31 | 0.69 |
| HSL | 351.43º | 0.22% | 0.25% | - |
| HSV(B) | 351.43º | 0.36% | 0.31% | - |
| XYZ | 4.95 | 4.17 | 4.03 | - |
| YUV | 58.83 | 125.28 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 50 | 54 | 0 | 0.36 | 0.31 | 0.69 | 351.43 | 0.22 | 0.25 |
| Hex | 4E | 32 | 36 | 0 | 24 | 1F | 45 | 15F | 16 | 19 |
| Octal | 116 | 62 | 66 | 0 | 44 | 37 | 105 | 537 | 26 | 31 |
| Binary | 1001110 | 110010 | 110110 | 0 | 100100 | 11111 | 1000101 | 101011111 | 10110 | 11001 |
Color Harmonies of #4E3236
Complementary color
Monochromatic Colors of #4E3236
Black with #4E3236
Text Example
Text Example
White with #4E3236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3236; }
p { color: rgb(78,50,54); }
H1.HeaderClassName
{
color: #4E3236;
}
.AnyTagClassName
{
color: #4E3236;
}
</style>
background-color css
<style>
a { background-color: #4E3236; }
a { background-color: rgb(78,50,54); }
div.DivClassName
{
background-color: #4E3236;
}
.BgClassName
{
background-color: #4E3236;
}
</style>
border-color css
<style>
span { border-color: #4E3236; }
span { border-color: rgb(78,50,54); }
td.TdClassName
{
border-color: #4E3236;
}
.TagClassName
{
border-color: #4E3236;
}
</style>