Shades of Cab Sav #472C32
Tints of Cab Sav #472C32
RGB
CMYK
RGB Variations
Color information
#472C32 (or 0x472C32) is known color: Cab Sav. HEX triplet: 47, 2C and 32. RGB value is (71,44,50). Sum of RGB (Red+Green+Blue) = 71+44+50=165 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.03% from 165); Green value is 44 (17.58% from 255 or 26.67% from 165); Blue value is 50 (19.92% from 255 or 30.30% from 165); Max value from RGB is 71 - color contains mainly: red. Hex color #472C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472C32 is #B8D3CD. Grayscale: #343434. Windows color (decimal): -12112846 or 3288135. OLE color: 3288135.
HSL color Cylindrical-coordinate representation of color #472C32: hue angle of 346.67º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #472C32 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 44 | 50 | - |
| CMYK | 0 | 0.38 | 0.30 | 0.72 |
| HSL | 346.67º | 0.23% | 0.23% | - |
| HSV(B) | 346.67º | 0.38% | 0.28% | - |
| XYZ | 4.07 | 3.37 | 3.45 | - |
| YUV | 52.76 | 126.45 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 44 | 50 | 0 | 0.38 | 0.30 | 0.72 | 346.67 | 0.23 | 0.23 |
| Hex | 47 | 2C | 32 | 0 | 26 | 1E | 48 | 15B | 17 | 17 |
| Octal | 107 | 54 | 62 | 0 | 46 | 36 | 110 | 533 | 27 | 27 |
| Binary | 1000111 | 101100 | 110010 | 0 | 100110 | 11110 | 1001000 | 101011011 | 10111 | 10111 |
Color Harmonies of #472C32
Complementary color
Monochromatic Colors of #472C32
Black with #472C32
Text Example
Text Example
White with #472C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472C32; }
p { color: rgb(71,44,50); }
H1.HeaderClassName
{
color: #472C32;
}
.AnyTagClassName
{
color: #472C32;
}
</style>
background-color css
<style>
a { background-color: #472C32; }
a { background-color: rgb(71,44,50); }
div.DivClassName
{
background-color: #472C32;
}
.BgClassName
{
background-color: #472C32;
}
</style>
border-color css
<style>
span { border-color: #472C32; }
span { border-color: rgb(71,44,50); }
td.TdClassName
{
border-color: #472C32;
}
.TagClassName
{
border-color: #472C32;
}
</style>