Shades of Cab Sav #472C33
Tints of Cab Sav #472C33
RGB
CMYK
RGB Variations
Color information
#472C33 (or 0x472C33) is known color: Cab Sav. HEX triplet: 47, 2C and 33. RGB value is (71,44,51). Sum of RGB (Red+Green+Blue) = 71+44+51=166 (21% of max value = 765). Red value is 71 (28.12% from 255 or 42.77% from 166); Green value is 44 (17.58% from 255 or 26.51% from 166); Blue value is 51 (20.31% from 255 or 30.72% from 166); Max value from RGB is 71 - color contains mainly: red. Hex color #472C33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472C33 is #B8D3CC. Grayscale: #343434. Windows color (decimal): -12112845 or 3353671. OLE color: 3353671.
HSL color Cylindrical-coordinate representation of color #472C33: hue angle of 344.44º 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 #472C33 is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 44 | 51 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.72 |
| HSL | 344.44º | 0.23% | 0.23% | - |
| HSV(B) | 344.44º | 0.38% | 0.28% | - |
| XYZ | 4.1 | 3.38 | 3.57 | - |
| YUV | 52.87 | 126.95 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 44 | 51 | 0 | 0.38 | 0.28 | 0.72 | 344.44 | 0.23 | 0.23 |
| Hex | 47 | 2C | 33 | 0 | 26 | 1C | 48 | 158 | 17 | 17 |
| Octal | 107 | 54 | 63 | 0 | 46 | 34 | 110 | 530 | 27 | 27 |
| Binary | 1000111 | 101100 | 110011 | 0 | 100110 | 11100 | 1001000 | 101011000 | 10111 | 10111 |
Color Harmonies of #472C33
Complementary color
Monochromatic Colors of #472C33
Black with #472C33
Text Example
Text Example
White with #472C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472C33; }
p { color: rgb(71,44,51); }
H1.HeaderClassName
{
color: #472C33;
}
.AnyTagClassName
{
color: #472C33;
}
</style>
background-color css
<style>
a { background-color: #472C33; }
a { background-color: rgb(71,44,51); }
div.DivClassName
{
background-color: #472C33;
}
.BgClassName
{
background-color: #472C33;
}
</style>
border-color css
<style>
span { border-color: #472C33; }
span { border-color: rgb(71,44,51); }
td.TdClassName
{
border-color: #472C33;
}
.TagClassName
{
border-color: #472C33;
}
</style>