Shades of Cab Sav #47282F
Tints of Cab Sav #47282F
RGB
CMYK
RGB Variations
Color information
#47282F (or 0x47282F) is known color: Cab Sav. HEX triplet: 47, 28 and 2F. RGB value is (71,40,47). Sum of RGB (Red+Green+Blue) = 71+40+47=158 (20% of max value = 765). Red value is 71 (28.12% from 255 or 44.94% from 158); Green value is 40 (16.02% from 255 or 25.32% from 158); Blue value is 47 (18.75% from 255 or 29.75% from 158); Max value from RGB is 71 - color contains mainly: red. Hex color #47282F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47282F is #B8D7D0. Grayscale: #323232. Windows color (decimal): -12113873 or 3090503. OLE color: 3090503.
HSL color Cylindrical-coordinate representation of color #47282F: hue angle of 346.45º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #47282F is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 40 | 47 | - |
| CMYK | 0 | 0.44 | 0.34 | 0.72 |
| HSL | 346.45º | 0.28% | 0.22% | - |
| HSV(B) | 346.45º | 0.44% | 0.28% | - |
| XYZ | 3.87 | 3.06 | 3.08 | - |
| YUV | 50.07 | 126.27 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 40 | 47 | 0 | 0.44 | 0.34 | 0.72 | 346.45 | 0.28 | 0.22 |
| Hex | 47 | 28 | 2F | 0 | 2C | 22 | 48 | 15A | 1C | 16 |
| Octal | 107 | 50 | 57 | 0 | 54 | 42 | 110 | 532 | 34 | 26 |
| Binary | 1000111 | 101000 | 101111 | 0 | 101100 | 100010 | 1001000 | 101011010 | 11100 | 10110 |
Color Harmonies of #47282F
Complementary color
Monochromatic Colors of #47282F
Black with #47282F
Text Example
Text Example
White with #47282F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47282F; }
p { color: rgb(71,40,47); }
H1.HeaderClassName
{
color: #47282F;
}
.AnyTagClassName
{
color: #47282F;
}
</style>
background-color css
<style>
a { background-color: #47282F; }
a { background-color: rgb(71,40,47); }
div.DivClassName
{
background-color: #47282F;
}
.BgClassName
{
background-color: #47282F;
}
</style>
border-color css
<style>
span { border-color: #47282F; }
span { border-color: rgb(71,40,47); }
td.TdClassName
{
border-color: #47282F;
}
.TagClassName
{
border-color: #47282F;
}
</style>