Shades of Cab Sav #4F3438
Tints of Cab Sav #4F3438
RGB
CMYK
RGB Variations
Color information
#4F3438 (or 0x4F3438) is known color: Cab Sav. HEX triplet: 4F, 34 and 38. RGB value is (79,52,56). Sum of RGB (Red+Green+Blue) = 79+52+56=187 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.25% from 187); Green value is 52 (20.70% from 255 or 27.81% from 187); Blue value is 56 (22.27% from 255 or 29.95% from 187); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3438 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3438 is #B0CBC7. Grayscale: #3C3C3C. Windows color (decimal): -11586504 or 3683407. OLE color: 3683407.
HSL color Cylindrical-coordinate representation of color #4F3438: hue angle of 351.11º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4F3438 is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 52 | 56 | - |
| CMYK | 0 | 0.34 | 0.29 | 0.69 |
| HSL | 351.11º | 0.21% | 0.26% | - |
| HSV(B) | 351.11º | 0.34% | 0.31% | - |
| XYZ | 5.17 | 4.4 | 4.32 | - |
| YUV | 60.53 | 125.45 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 52 | 56 | 0 | 0.34 | 0.29 | 0.69 | 351.11 | 0.21 | 0.26 |
| Hex | 4F | 34 | 38 | 0 | 22 | 1D | 45 | 15F | 15 | 1A |
| Octal | 117 | 64 | 70 | 0 | 42 | 35 | 105 | 537 | 25 | 32 |
| Binary | 1001111 | 110100 | 111000 | 0 | 100010 | 11101 | 1000101 | 101011111 | 10101 | 11010 |
Color Harmonies of #4F3438
Complementary color
Monochromatic Colors of #4F3438
Black with #4F3438
Text Example
Text Example
White with #4F3438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3438; }
p { color: rgb(79,52,56); }
H1.HeaderClassName
{
color: #4F3438;
}
.AnyTagClassName
{
color: #4F3438;
}
</style>
background-color css
<style>
a { background-color: #4F3438; }
a { background-color: rgb(79,52,56); }
div.DivClassName
{
background-color: #4F3438;
}
.BgClassName
{
background-color: #4F3438;
}
</style>
border-color css
<style>
span { border-color: #4F3438; }
span { border-color: rgb(79,52,56); }
td.TdClassName
{
border-color: #4F3438;
}
.TagClassName
{
border-color: #4F3438;
}
</style>