Shades of Cape Palliser #70472D
Tints of Cape Palliser #70472D
RGB
CMYK
RGB Variations
Color information
#70472D (or 0x70472D) is known color: Cape Palliser. HEX triplet: 70, 47 and 2D. RGB value is (112,71,45). Sum of RGB (Red+Green+Blue) = 112+71+45=228 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.12% from 228); Green value is 71 (28.12% from 255 or 31.14% from 228); Blue value is 45 (17.97% from 255 or 19.74% from 228); Max value from RGB is 112 - color contains mainly: red. Hex color #70472D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70472D is #8FB8D2. Grayscale: #505050. Windows color (decimal): -9418963 or 2967408. OLE color: 2967408.
HSL color Cylindrical-coordinate representation of color #70472D: hue angle of 23.28º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #70472D is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 71 | 45 | - |
| CMYK | 0 | 0.37 | 0.60 | 0.56 |
| HSL | 23.28º | 0.43% | 0.31% | - |
| HSV(B) | 23.28º | 0.6% | 0.44% | - |
| XYZ | 9.41 | 8.14 | 3.56 | - |
| YUV | 80.3 | 108.08 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 71 | 45 | 0 | 0.37 | 0.60 | 0.56 | 23.28 | 0.43 | 0.31 |
| Hex | 70 | 47 | 2D | 0 | 25 | 3C | 38 | 17 | 2B | 1F |
| Octal | 160 | 107 | 55 | 0 | 45 | 74 | 70 | 27 | 53 | 37 |
| Binary | 1110000 | 1000111 | 101101 | 0 | 100101 | 111100 | 111000 | 10111 | 101011 | 11111 |
Color Harmonies of #70472D
Complementary color
Monochromatic Colors of #70472D
Black with #70472D
Text Example
Text Example
White with #70472D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70472D; }
p { color: rgb(112,71,45); }
H1.HeaderClassName
{
color: #70472D;
}
.AnyTagClassName
{
color: #70472D;
}
</style>
background-color css
<style>
a { background-color: #70472D; }
a { background-color: rgb(112,71,45); }
div.DivClassName
{
background-color: #70472D;
}
.BgClassName
{
background-color: #70472D;
}
</style>
border-color css
<style>
span { border-color: #70472D; }
span { border-color: rgb(112,71,45); }
td.TdClassName
{
border-color: #70472D;
}
.TagClassName
{
border-color: #70472D;
}
</style>