Shades of Cab Sav #472A2E
Tints of Cab Sav #472A2E
RGB
CMYK
RGB Variations
Color information
#472A2E (or 0x472A2E) is known color: Cab Sav. HEX triplet: 47, 2A and 2E. RGB value is (71,42,46). Sum of RGB (Red+Green+Blue) = 71+42+46=159 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.65% from 159); Green value is 42 (16.80% from 255 or 26.42% from 159); Blue value is 46 (18.36% from 255 or 28.93% from 159); Max value from RGB is 71 - color contains mainly: red. Hex color #472A2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472A2E is #B8D5D1. Grayscale: #333333. Windows color (decimal): -12113362 or 3025479. OLE color: 3025479.
HSL color Cylindrical-coordinate representation of color #472A2E: hue angle of 351.72º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #472A2E is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 42 | 46 | - |
| CMYK | 0 | 0.41 | 0.35 | 0.72 |
| HSL | 351.72º | 0.26% | 0.22% | - |
| HSV(B) | 351.72º | 0.41% | 0.28% | - |
| XYZ | 3.92 | 3.19 | 2.99 | - |
| YUV | 51.13 | 125.11 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 42 | 46 | 0 | 0.41 | 0.35 | 0.72 | 351.72 | 0.26 | 0.22 |
| Hex | 47 | 2A | 2E | 0 | 29 | 23 | 48 | 160 | 1A | 16 |
| Octal | 107 | 52 | 56 | 0 | 51 | 43 | 110 | 540 | 32 | 26 |
| Binary | 1000111 | 101010 | 101110 | 0 | 101001 | 100011 | 1001000 | 101100000 | 11010 | 10110 |
Color Harmonies of #472A2E
Complementary color
Monochromatic Colors of #472A2E
Black with #472A2E
Text Example
Text Example
White with #472A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472A2E; }
p { color: rgb(71,42,46); }
H1.HeaderClassName
{
color: #472A2E;
}
.AnyTagClassName
{
color: #472A2E;
}
</style>
background-color css
<style>
a { background-color: #472A2E; }
a { background-color: rgb(71,42,46); }
div.DivClassName
{
background-color: #472A2E;
}
.BgClassName
{
background-color: #472A2E;
}
</style>
border-color css
<style>
span { border-color: #472A2E; }
span { border-color: rgb(71,42,46); }
td.TdClassName
{
border-color: #472A2E;
}
.TagClassName
{
border-color: #472A2E;
}
</style>