Shades of Cab Sav #4F2F34
Tints of Cab Sav #4F2F34
RGB
CMYK
RGB Variations
Color information
#4F2F34 (or 0x4F2F34) is known color: Cab Sav. HEX triplet: 4F, 2F and 34. RGB value is (79,47,52). Sum of RGB (Red+Green+Blue) = 79+47+52=178 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.38% from 178); Green value is 47 (18.75% from 255 or 26.40% from 178); Blue value is 52 (20.70% from 255 or 29.21% from 178); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2F34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2F34 is #B0D0CB. Grayscale: #393939. Windows color (decimal): -11587788 or 3419983. OLE color: 3419983.
HSL color Cylindrical-coordinate representation of color #4F2F34: hue angle of 350.62º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4F2F34 is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 47 | 52 | - |
| CMYK | 0 | 0.41 | 0.34 | 0.69 |
| HSL | 350.63º | 0.25% | 0.25% | - |
| HSV(B) | 350.63º | 0.41% | 0.31% | - |
| XYZ | 4.86 | 3.94 | 3.75 | - |
| YUV | 57.14 | 125.1 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 47 | 52 | 0 | 0.41 | 0.34 | 0.69 | 350.63 | 0.25 | 0.25 |
| Hex | 4F | 2F | 34 | 0 | 29 | 22 | 45 | 15F | 19 | 19 |
| Octal | 117 | 57 | 64 | 0 | 51 | 42 | 105 | 537 | 31 | 31 |
| Binary | 1001111 | 101111 | 110100 | 0 | 101001 | 100010 | 1000101 | 101011111 | 11001 | 11001 |
Color Harmonies of #4F2F34
Complementary color
Monochromatic Colors of #4F2F34
Black with #4F2F34
Text Example
Text Example
White with #4F2F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2F34; }
p { color: rgb(79,47,52); }
H1.HeaderClassName
{
color: #4F2F34;
}
.AnyTagClassName
{
color: #4F2F34;
}
</style>
background-color css
<style>
a { background-color: #4F2F34; }
a { background-color: rgb(79,47,52); }
div.DivClassName
{
background-color: #4F2F34;
}
.BgClassName
{
background-color: #4F2F34;
}
</style>
border-color css
<style>
span { border-color: #4F2F34; }
span { border-color: rgb(79,47,52); }
td.TdClassName
{
border-color: #4F2F34;
}
.TagClassName
{
border-color: #4F2F34;
}
</style>