Shades of Cab Sav #4F282F
Tints of Cab Sav #4F282F
RGB
CMYK
RGB Variations
Color information
#4F282F (or 0x4F282F) is known color: Cab Sav. HEX triplet: 4F, 28 and 2F. RGB value is (79,40,47). Sum of RGB (Red+Green+Blue) = 79+40+47=166 (21% of max value = 765). Red value is 79 (31.25% from 255 or 47.59% from 166); Green value is 40 (16.02% from 255 or 24.10% from 166); Blue value is 47 (18.75% from 255 or 28.31% from 166); Max value from RGB is 79 - color contains mainly: red. Hex color #4F282F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F282F is #B0D7D0. Grayscale: #343434. Windows color (decimal): -11589585 or 3090511. OLE color: 3090511.
HSL color Cylindrical-coordinate representation of color #4F282F: hue angle of 349.23º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4F282F is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 40 | 47 | - |
| CMYK | 0 | 0.49 | 0.41 | 0.69 |
| HSL | 349.23º | 0.33% | 0.23% | - |
| HSV(B) | 349.23º | 0.49% | 0.31% | - |
| XYZ | 4.5 | 3.39 | 3.11 | - |
| YUV | 52.46 | 124.92 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 40 | 47 | 0 | 0.49 | 0.41 | 0.69 | 349.23 | 0.33 | 0.23 |
| Hex | 4F | 28 | 2F | 0 | 31 | 29 | 45 | 15D | 21 | 17 |
| Octal | 117 | 50 | 57 | 0 | 61 | 51 | 105 | 535 | 41 | 27 |
| Binary | 1001111 | 101000 | 101111 | 0 | 110001 | 101001 | 1000101 | 101011101 | 100001 | 10111 |
Color Harmonies of #4F282F
Complementary color
Monochromatic Colors of #4F282F
Black with #4F282F
Text Example
Text Example
White with #4F282F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F282F; }
p { color: rgb(79,40,47); }
H1.HeaderClassName
{
color: #4F282F;
}
.AnyTagClassName
{
color: #4F282F;
}
</style>
background-color css
<style>
a { background-color: #4F282F; }
a { background-color: rgb(79,40,47); }
div.DivClassName
{
background-color: #4F282F;
}
.BgClassName
{
background-color: #4F282F;
}
</style>
border-color css
<style>
span { border-color: #4F282F; }
span { border-color: rgb(79,40,47); }
td.TdClassName
{
border-color: #4F282F;
}
.TagClassName
{
border-color: #4F282F;
}
</style>