Shades of Cab Sav #4D3438
Tints of Cab Sav #4D3438
RGB
CMYK
RGB Variations
Color information
#4D3438 (or 0x4D3438) is known color: Cab Sav. HEX triplet: 4D, 34 and 38. RGB value is (77,52,56). Sum of RGB (Red+Green+Blue) = 77+52+56=185 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.62% from 185); Green value is 52 (20.70% from 255 or 28.11% from 185); Blue value is 56 (22.27% from 255 or 30.27% from 185); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3438 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3438 is #B2CBC7. Grayscale: #3B3B3B. Windows color (decimal): -11717576 or 3683405. OLE color: 3683405.
HSL color Cylindrical-coordinate representation of color #4D3438: hue angle of 350.4º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4D3438 is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 52 | 56 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.70 |
| HSL | 350.4º | 0.19% | 0.25% | - |
| HSV(B) | 350.4º | 0.32% | 0.3% | - |
| XYZ | 5 | 4.32 | 4.31 | - |
| YUV | 59.93 | 125.78 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 52 | 56 | 0 | 0.32 | 0.27 | 0.70 | 350.4 | 0.19 | 0.25 |
| Hex | 4D | 34 | 38 | 0 | 20 | 1B | 46 | 15E | 13 | 19 |
| Octal | 115 | 64 | 70 | 0 | 40 | 33 | 106 | 536 | 23 | 31 |
| Binary | 1001101 | 110100 | 111000 | 0 | 100000 | 11011 | 1000110 | 101011110 | 10011 | 11001 |
Color Harmonies of #4D3438
Complementary color
Monochromatic Colors of #4D3438
Black with #4D3438
Text Example
Text Example
White with #4D3438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3438; }
p { color: rgb(77,52,56); }
H1.HeaderClassName
{
color: #4D3438;
}
.AnyTagClassName
{
color: #4D3438;
}
</style>
background-color css
<style>
a { background-color: #4D3438; }
a { background-color: rgb(77,52,56); }
div.DivClassName
{
background-color: #4D3438;
}
.BgClassName
{
background-color: #4D3438;
}
</style>
border-color css
<style>
span { border-color: #4D3438; }
span { border-color: rgb(77,52,56); }
td.TdClassName
{
border-color: #4D3438;
}
.TagClassName
{
border-color: #4D3438;
}
</style>