Shades of Cab Sav #472E33
Tints of Cab Sav #472E33
RGB
CMYK
RGB Variations
Color information
#472E33 (or 0x472E33) is known color: Cab Sav. HEX triplet: 47, 2E and 33. RGB value is (71,46,51). Sum of RGB (Red+Green+Blue) = 71+46+51=168 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.26% from 168); Green value is 46 (18.36% from 255 or 27.38% from 168); Blue value is 51 (20.31% from 255 or 30.36% from 168); Max value from RGB is 71 - color contains mainly: red. Hex color #472E33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472E33 is #B8D1CC. Grayscale: #363636. Windows color (decimal): -12112333 or 3354183. OLE color: 3354183.
HSL color Cylindrical-coordinate representation of color #472E33: hue angle of 348º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #472E33 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 46 | 51 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.72 |
| HSL | 348º | 0.21% | 0.23% | - |
| HSV(B) | 348º | 0.35% | 0.28% | - |
| XYZ | 4.17 | 3.53 | 3.59 | - |
| YUV | 54.05 | 126.28 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 46 | 51 | 0 | 0.35 | 0.28 | 0.72 | 348 | 0.21 | 0.23 |
| Hex | 47 | 2E | 33 | 0 | 23 | 1C | 48 | 15C | 15 | 17 |
| Octal | 107 | 56 | 63 | 0 | 43 | 34 | 110 | 534 | 25 | 27 |
| Binary | 1000111 | 101110 | 110011 | 0 | 100011 | 11100 | 1001000 | 101011100 | 10101 | 10111 |
Color Harmonies of #472E33
Complementary color
Monochromatic Colors of #472E33
Black with #472E33
Text Example
Text Example
White with #472E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472E33; }
p { color: rgb(71,46,51); }
H1.HeaderClassName
{
color: #472E33;
}
.AnyTagClassName
{
color: #472E33;
}
</style>
background-color css
<style>
a { background-color: #472E33; }
a { background-color: rgb(71,46,51); }
div.DivClassName
{
background-color: #472E33;
}
.BgClassName
{
background-color: #472E33;
}
</style>
border-color css
<style>
span { border-color: #472E33; }
span { border-color: rgb(71,46,51); }
td.TdClassName
{
border-color: #472E33;
}
.TagClassName
{
border-color: #472E33;
}
</style>