Shades of Cab Sav #4E3436
Tints of Cab Sav #4E3436
RGB
CMYK
RGB Variations
Color information
#4E3436 (or 0x4E3436) is known color: Cab Sav. HEX triplet: 4E, 34 and 36. RGB value is (78,52,54). Sum of RGB (Red+Green+Blue) = 78+52+54=184 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.39% from 184); Green value is 52 (20.70% from 255 or 28.26% from 184); Blue value is 54 (21.48% from 255 or 29.35% from 184); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3436 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3436 is #B1CBC9. Grayscale: #3C3C3C. Windows color (decimal): -11652042 or 3552334. OLE color: 3552334.
HSL color Cylindrical-coordinate representation of color #4E3436: hue angle of 355.38º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4E3436 is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 52 | 54 | - |
| CMYK | 0 | 0.33 | 0.31 | 0.69 |
| HSL | 355.38º | 0.2% | 0.25% | - |
| HSV(B) | 355.38º | 0.33% | 0.31% | - |
| XYZ | 5.04 | 4.34 | 4.06 | - |
| YUV | 60 | 124.61 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 52 | 54 | 0 | 0.33 | 0.31 | 0.69 | 355.38 | 0.2 | 0.25 |
| Hex | 4E | 34 | 36 | 0 | 21 | 1F | 45 | 163 | 14 | 19 |
| Octal | 116 | 64 | 66 | 0 | 41 | 37 | 105 | 543 | 24 | 31 |
| Binary | 1001110 | 110100 | 110110 | 0 | 100001 | 11111 | 1000101 | 101100011 | 10100 | 11001 |
Color Harmonies of #4E3436
Complementary color
Monochromatic Colors of #4E3436
Black with #4E3436
Text Example
Text Example
White with #4E3436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3436; }
p { color: rgb(78,52,54); }
H1.HeaderClassName
{
color: #4E3436;
}
.AnyTagClassName
{
color: #4E3436;
}
</style>
background-color css
<style>
a { background-color: #4E3436; }
a { background-color: rgb(78,52,54); }
div.DivClassName
{
background-color: #4E3436;
}
.BgClassName
{
background-color: #4E3436;
}
</style>
border-color css
<style>
span { border-color: #4E3436; }
span { border-color: rgb(78,52,54); }
td.TdClassName
{
border-color: #4E3436;
}
.TagClassName
{
border-color: #4E3436;
}
</style>