Shades of Cape Palliser #70482E
Tints of Cape Palliser #70482E
RGB
CMYK
RGB Variations
Color information
#70482E (or 0x70482E) is known color: Cape Palliser. HEX triplet: 70, 48 and 2E. RGB value is (112,72,46). Sum of RGB (Red+Green+Blue) = 112+72+46=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 72 (28.52% from 255 or 31.30% from 230); Blue value is 46 (18.36% from 255 or 20% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #70482E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70482E is #8FB7D1. Grayscale: #515151. Windows color (decimal): -9418706 or 3033200. OLE color: 3033200.
HSL color Cylindrical-coordinate representation of color #70482E: hue angle of 23.64º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #70482E is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 72 | 46 | - |
| CMYK | 0 | 0.36 | 0.59 | 0.56 |
| HSL | 23.64º | 0.42% | 0.31% | - |
| HSV(B) | 23.64º | 0.59% | 0.44% | - |
| XYZ | 9.49 | 8.28 | 3.68 | - |
| YUV | 81 | 108.25 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 72 | 46 | 0 | 0.36 | 0.59 | 0.56 | 23.64 | 0.42 | 0.31 |
| Hex | 70 | 48 | 2E | 0 | 24 | 3B | 38 | 18 | 2A | 1F |
| Octal | 160 | 110 | 56 | 0 | 44 | 73 | 70 | 30 | 52 | 37 |
| Binary | 1110000 | 1001000 | 101110 | 0 | 100100 | 111011 | 111000 | 11000 | 101010 | 11111 |
Color Harmonies of #70482E
Complementary color
Monochromatic Colors of #70482E
Black with #70482E
Text Example
Text Example
White with #70482E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70482E; }
p { color: rgb(112,72,46); }
H1.HeaderClassName
{
color: #70482E;
}
.AnyTagClassName
{
color: #70482E;
}
</style>
background-color css
<style>
a { background-color: #70482E; }
a { background-color: rgb(112,72,46); }
div.DivClassName
{
background-color: #70482E;
}
.BgClassName
{
background-color: #70482E;
}
</style>
border-color css
<style>
span { border-color: #70482E; }
span { border-color: rgb(112,72,46); }
td.TdClassName
{
border-color: #70482E;
}
.TagClassName
{
border-color: #70482E;
}
</style>