Shades of Cab Sav #47282E
Tints of Cab Sav #47282E
RGB
CMYK
RGB Variations
Color information
#47282E (or 0x47282E) is known color: Cab Sav. HEX triplet: 47, 28 and 2E. RGB value is (71,40,46). Sum of RGB (Red+Green+Blue) = 71+40+46=157 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.22% from 157); Green value is 40 (16.02% from 255 or 25.48% from 157); Blue value is 46 (18.36% from 255 or 29.30% from 157); Max value from RGB is 71 - color contains mainly: red. Hex color #47282E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47282E is #B8D7D1. Grayscale: #313131. Windows color (decimal): -12113874 or 3024967. OLE color: 3024967.
HSL color Cylindrical-coordinate representation of color #47282E: hue angle of 348.39º 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 #47282E is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 40 | 46 | - |
| CMYK | 0 | 0.44 | 0.35 | 0.72 |
| HSL | 348.39º | 0.28% | 0.22% | - |
| HSV(B) | 348.39º | 0.44% | 0.28% | - |
| XYZ | 3.85 | 3.05 | 2.97 | - |
| YUV | 49.95 | 125.77 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 40 | 46 | 0 | 0.44 | 0.35 | 0.72 | 348.39 | 0.28 | 0.22 |
| Hex | 47 | 28 | 2E | 0 | 2C | 23 | 48 | 15C | 1C | 16 |
| Octal | 107 | 50 | 56 | 0 | 54 | 43 | 110 | 534 | 34 | 26 |
| Binary | 1000111 | 101000 | 101110 | 0 | 101100 | 100011 | 1001000 | 101011100 | 11100 | 10110 |
Color Harmonies of #47282E
Complementary color
Monochromatic Colors of #47282E
Black with #47282E
Text Example
Text Example
White with #47282E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47282E; }
p { color: rgb(71,40,46); }
H1.HeaderClassName
{
color: #47282E;
}
.AnyTagClassName
{
color: #47282E;
}
</style>
background-color css
<style>
a { background-color: #47282E; }
a { background-color: rgb(71,40,46); }
div.DivClassName
{
background-color: #47282E;
}
.BgClassName
{
background-color: #47282E;
}
</style>
border-color css
<style>
span { border-color: #47282E; }
span { border-color: rgb(71,40,46); }
td.TdClassName
{
border-color: #47282E;
}
.TagClassName
{
border-color: #47282E;
}
</style>