Shades of Cab Sav #472F34
Tints of Cab Sav #472F34
RGB
CMYK
RGB Variations
Color information
#472F34 (or 0x472F34) is known color: Cab Sav. HEX triplet: 47, 2F and 34. RGB value is (71,47,52). Sum of RGB (Red+Green+Blue) = 71+47+52=170 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.76% from 170); Green value is 47 (18.75% from 255 or 27.65% from 170); Blue value is 52 (20.70% from 255 or 30.59% from 170); Max value from RGB is 71 - color contains mainly: red. Hex color #472F34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472F34 is #B8D0CB. Grayscale: #363636. Windows color (decimal): -12112076 or 3419975. OLE color: 3419975.
HSL color Cylindrical-coordinate representation of color #472F34: hue angle of 347.5º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #472F34 is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 47 | 52 | - |
| CMYK | 0 | 0.34 | 0.27 | 0.72 |
| HSL | 347.5º | 0.2% | 0.23% | - |
| HSV(B) | 347.5º | 0.34% | 0.28% | - |
| XYZ | 4.23 | 3.62 | 3.72 | - |
| YUV | 54.75 | 126.45 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 47 | 52 | 0 | 0.34 | 0.27 | 0.72 | 347.5 | 0.2 | 0.23 |
| Hex | 47 | 2F | 34 | 0 | 22 | 1B | 48 | 15C | 14 | 17 |
| Octal | 107 | 57 | 64 | 0 | 42 | 33 | 110 | 534 | 24 | 27 |
| Binary | 1000111 | 101111 | 110100 | 0 | 100010 | 11011 | 1001000 | 101011100 | 10100 | 10111 |
Color Harmonies of #472F34
Complementary color
Monochromatic Colors of #472F34
Black with #472F34
Text Example
Text Example
White with #472F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472F34; }
p { color: rgb(71,47,52); }
H1.HeaderClassName
{
color: #472F34;
}
.AnyTagClassName
{
color: #472F34;
}
</style>
background-color css
<style>
a { background-color: #472F34; }
a { background-color: rgb(71,47,52); }
div.DivClassName
{
background-color: #472F34;
}
.BgClassName
{
background-color: #472F34;
}
</style>
border-color css
<style>
span { border-color: #472F34; }
span { border-color: rgb(71,47,52); }
td.TdClassName
{
border-color: #472F34;
}
.TagClassName
{
border-color: #472F34;
}
</style>