Shades of Cab Sav #472A31
Tints of Cab Sav #472A31
RGB
CMYK
RGB Variations
Color information
#472A31 (or 0x472A31) is known color: Cab Sav. HEX triplet: 47, 2A and 31. RGB value is (71,42,49). Sum of RGB (Red+Green+Blue) = 71+42+49=162 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.83% from 162); Green value is 42 (16.80% from 255 or 25.93% from 162); Blue value is 49 (19.53% from 255 or 30.25% from 162); Max value from RGB is 71 - color contains mainly: red. Hex color #472A31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472A31 is #B8D5CE. Grayscale: #333333. Windows color (decimal): -12113359 or 3222087. OLE color: 3222087.
HSL color Cylindrical-coordinate representation of color #472A31: hue angle of 345.52º 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 #472A31 is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 42 | 49 | - |
| CMYK | 0 | 0.41 | 0.31 | 0.72 |
| HSL | 345.52º | 0.26% | 0.22% | - |
| HSV(B) | 345.52º | 0.41% | 0.28% | - |
| XYZ | 3.98 | 3.22 | 3.32 | - |
| YUV | 51.47 | 126.61 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 42 | 49 | 0 | 0.41 | 0.31 | 0.72 | 345.52 | 0.26 | 0.22 |
| Hex | 47 | 2A | 31 | 0 | 29 | 1F | 48 | 15A | 1A | 16 |
| Octal | 107 | 52 | 61 | 0 | 51 | 37 | 110 | 532 | 32 | 26 |
| Binary | 1000111 | 101010 | 110001 | 0 | 101001 | 11111 | 1001000 | 101011010 | 11010 | 10110 |
Color Harmonies of #472A31
Complementary color
Monochromatic Colors of #472A31
Black with #472A31
Text Example
Text Example
White with #472A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472A31; }
p { color: rgb(71,42,49); }
H1.HeaderClassName
{
color: #472A31;
}
.AnyTagClassName
{
color: #472A31;
}
</style>
background-color css
<style>
a { background-color: #472A31; }
a { background-color: rgb(71,42,49); }
div.DivClassName
{
background-color: #472A31;
}
.BgClassName
{
background-color: #472A31;
}
</style>
border-color css
<style>
span { border-color: #472A31; }
span { border-color: rgb(71,42,49); }
td.TdClassName
{
border-color: #472A31;
}
.TagClassName
{
border-color: #472A31;
}
</style>