Shades of Cab Sav #472C2E
Tints of Cab Sav #472C2E
RGB
CMYK
RGB Variations
Color information
#472C2E (or 0x472C2E) is known color: Cab Sav. HEX triplet: 47, 2C and 2E. RGB value is (71,44,46). Sum of RGB (Red+Green+Blue) = 71+44+46=161 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.10% from 161); Green value is 44 (17.58% from 255 or 27.33% from 161); Blue value is 46 (18.36% from 255 or 28.57% from 161); Max value from RGB is 71 - color contains mainly: red. Hex color #472C2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472C2E is #B8D3D1. Grayscale: #343434. Windows color (decimal): -12112850 or 3025991. OLE color: 3025991.
HSL color Cylindrical-coordinate representation of color #472C2E: hue angle of 355.56º 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 #472C2E is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 44 | 46 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.72 |
| HSL | 355.56º | 0.23% | 0.23% | - |
| HSV(B) | 355.56º | 0.38% | 0.28% | - |
| XYZ | 3.99 | 3.34 | 3.02 | - |
| YUV | 52.3 | 124.45 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 44 | 46 | 0 | 0.38 | 0.35 | 0.72 | 355.56 | 0.23 | 0.23 |
| Hex | 47 | 2C | 2E | 0 | 26 | 23 | 48 | 164 | 17 | 17 |
| Octal | 107 | 54 | 56 | 0 | 46 | 43 | 110 | 544 | 27 | 27 |
| Binary | 1000111 | 101100 | 101110 | 0 | 100110 | 100011 | 1001000 | 101100100 | 10111 | 10111 |
Color Harmonies of #472C2E
Complementary color
Monochromatic Colors of #472C2E
Black with #472C2E
Text Example
Text Example
White with #472C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472C2E; }
p { color: rgb(71,44,46); }
H1.HeaderClassName
{
color: #472C2E;
}
.AnyTagClassName
{
color: #472C2E;
}
</style>
background-color css
<style>
a { background-color: #472C2E; }
a { background-color: rgb(71,44,46); }
div.DivClassName
{
background-color: #472C2E;
}
.BgClassName
{
background-color: #472C2E;
}
</style>
border-color css
<style>
span { border-color: #472C2E; }
span { border-color: rgb(71,44,46); }
td.TdClassName
{
border-color: #472C2E;
}
.TagClassName
{
border-color: #472C2E;
}
</style>