Shades of Cab Sav #4F3034
Tints of Cab Sav #4F3034
RGB
CMYK
RGB Variations
Color information
#4F3034 (or 0x4F3034) is known color: Cab Sav. HEX triplet: 4F, 30 and 34. RGB value is (79,48,52). Sum of RGB (Red+Green+Blue) = 79+48+52=179 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.13% from 179); Green value is 48 (19.14% from 255 or 26.82% from 179); Blue value is 52 (20.70% from 255 or 29.05% from 179); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3034 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3034 is #B0CFCB. Grayscale: #393939. Windows color (decimal): -11587532 or 3420239. OLE color: 3420239.
HSL color Cylindrical-coordinate representation of color #4F3034: hue angle of 352.26º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4F3034 is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 48 | 52 | - |
| CMYK | 0 | 0.39 | 0.34 | 0.69 |
| HSL | 352.26º | 0.24% | 0.25% | - |
| HSV(B) | 352.26º | 0.39% | 0.31% | - |
| XYZ | 4.9 | 4.02 | 3.77 | - |
| YUV | 57.73 | 124.77 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 48 | 52 | 0 | 0.39 | 0.34 | 0.69 | 352.26 | 0.24 | 0.25 |
| Hex | 4F | 30 | 34 | 0 | 27 | 22 | 45 | 160 | 18 | 19 |
| Octal | 117 | 60 | 64 | 0 | 47 | 42 | 105 | 540 | 30 | 31 |
| Binary | 1001111 | 110000 | 110100 | 0 | 100111 | 100010 | 1000101 | 101100000 | 11000 | 11001 |
Color Harmonies of #4F3034
Complementary color
Monochromatic Colors of #4F3034
Black with #4F3034
Text Example
Text Example
White with #4F3034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3034; }
p { color: rgb(79,48,52); }
H1.HeaderClassName
{
color: #4F3034;
}
.AnyTagClassName
{
color: #4F3034;
}
</style>
background-color css
<style>
a { background-color: #4F3034; }
a { background-color: rgb(79,48,52); }
div.DivClassName
{
background-color: #4F3034;
}
.BgClassName
{
background-color: #4F3034;
}
</style>
border-color css
<style>
span { border-color: #4F3034; }
span { border-color: rgb(79,48,52); }
td.TdClassName
{
border-color: #4F3034;
}
.TagClassName
{
border-color: #4F3034;
}
</style>