Shades of Cape Palliser #70472F
Tints of Cape Palliser #70472F
RGB
CMYK
RGB Variations
Color information
#70472F (or 0x70472F) is known color: Cape Palliser. HEX triplet: 70, 47 and 2F. RGB value is (112,71,47). Sum of RGB (Red+Green+Blue) = 112+71+47=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 71 (28.12% from 255 or 30.87% from 230); Blue value is 47 (18.75% from 255 or 20.43% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #70472F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70472F is #8FB8D0. Grayscale: #505050. Windows color (decimal): -9418961 or 3098480. OLE color: 3098480.
HSL color Cylindrical-coordinate representation of color #70472F: hue angle of 22.15º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #70472F is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 71 | 47 | - |
| CMYK | 0 | 0.37 | 0.58 | 0.56 |
| HSL | 22.15º | 0.41% | 0.31% | - |
| HSV(B) | 22.15º | 0.58% | 0.44% | - |
| XYZ | 9.45 | 8.16 | 3.77 | - |
| YUV | 80.52 | 109.08 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 71 | 47 | 0 | 0.37 | 0.58 | 0.56 | 22.15 | 0.41 | 0.31 |
| Hex | 70 | 47 | 2F | 0 | 25 | 3A | 38 | 16 | 29 | 1F |
| Octal | 160 | 107 | 57 | 0 | 45 | 72 | 70 | 26 | 51 | 37 |
| Binary | 1110000 | 1000111 | 101111 | 0 | 100101 | 111010 | 111000 | 10110 | 101001 | 11111 |
Color Harmonies of #70472F
Complementary color
Monochromatic Colors of #70472F
Black with #70472F
Text Example
Text Example
White with #70472F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70472F; }
p { color: rgb(112,71,47); }
H1.HeaderClassName
{
color: #70472F;
}
.AnyTagClassName
{
color: #70472F;
}
</style>
background-color css
<style>
a { background-color: #70472F; }
a { background-color: rgb(112,71,47); }
div.DivClassName
{
background-color: #70472F;
}
.BgClassName
{
background-color: #70472F;
}
</style>
border-color css
<style>
span { border-color: #70472F; }
span { border-color: rgb(112,71,47); }
td.TdClassName
{
border-color: #70472F;
}
.TagClassName
{
border-color: #70472F;
}
</style>