Shades of Cab Sav #472C30
Tints of Cab Sav #472C30
RGB
CMYK
RGB Variations
Color information
#472C30 (or 0x472C30) is known color: Cab Sav. HEX triplet: 47, 2C and 30. RGB value is (71,44,48). Sum of RGB (Red+Green+Blue) = 71+44+48=163 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.56% from 163); Green value is 44 (17.58% from 255 or 26.99% from 163); Blue value is 48 (19.14% from 255 or 29.45% from 163); Max value from RGB is 71 - color contains mainly: red. Hex color #472C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472C30 is #B8D3CF. Grayscale: #343434. Windows color (decimal): -12112848 or 3157063. OLE color: 3157063.
HSL color Cylindrical-coordinate representation of color #472C30: hue angle of 351.11º 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 #472C30 is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 44 | 48 | - |
| CMYK | 0 | 0.38 | 0.32 | 0.72 |
| HSL | 351.11º | 0.23% | 0.23% | - |
| HSV(B) | 351.11º | 0.38% | 0.28% | - |
| XYZ | 4.03 | 3.35 | 3.23 | - |
| YUV | 52.53 | 125.45 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 44 | 48 | 0 | 0.38 | 0.32 | 0.72 | 351.11 | 0.23 | 0.23 |
| Hex | 47 | 2C | 30 | 0 | 26 | 20 | 48 | 15F | 17 | 17 |
| Octal | 107 | 54 | 60 | 0 | 46 | 40 | 110 | 537 | 27 | 27 |
| Binary | 1000111 | 101100 | 110000 | 0 | 100110 | 100000 | 1001000 | 101011111 | 10111 | 10111 |
Color Harmonies of #472C30
Complementary color
Monochromatic Colors of #472C30
Black with #472C30
Text Example
Text Example
White with #472C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472C30; }
p { color: rgb(71,44,48); }
H1.HeaderClassName
{
color: #472C30;
}
.AnyTagClassName
{
color: #472C30;
}
</style>
background-color css
<style>
a { background-color: #472C30; }
a { background-color: rgb(71,44,48); }
div.DivClassName
{
background-color: #472C30;
}
.BgClassName
{
background-color: #472C30;
}
</style>
border-color css
<style>
span { border-color: #472C30; }
span { border-color: rgb(71,44,48); }
td.TdClassName
{
border-color: #472C30;
}
.TagClassName
{
border-color: #472C30;
}
</style>