Shades of Cape Palliser #704E31
Tints of Cape Palliser #704E31
RGB
CMYK
RGB Variations
Color information
#704E31 (or 0x704E31) is known color: Cape Palliser. HEX triplet: 70, 4E and 31. RGB value is (112,78,49). Sum of RGB (Red+Green+Blue) = 112+78+49=239 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.86% from 239); Green value is 78 (30.86% from 255 or 32.64% from 239); Blue value is 49 (19.53% from 255 or 20.50% from 239); Max value from RGB is 112 - color contains mainly: red. Hex color #704E31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704E31 is #8FB1CE. Grayscale: #555555. Windows color (decimal): -9417167 or 3231344. OLE color: 3231344.
HSL color Cylindrical-coordinate representation of color #704E31: hue angle of 27.62º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #704E31 is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 78 | 49 | - |
| CMYK | 0 | 0.30 | 0.56 | 0.56 |
| HSL | 27.62º | 0.39% | 0.32% | - |
| HSV(B) | 27.62º | 0.56% | 0.44% | - |
| XYZ | 9.96 | 9.12 | 4.14 | - |
| YUV | 84.86 | 107.76 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 78 | 49 | 0 | 0.30 | 0.56 | 0.56 | 27.62 | 0.39 | 0.32 |
| Hex | 70 | 4E | 31 | 0 | 1E | 38 | 38 | 1C | 27 | 20 |
| Octal | 160 | 116 | 61 | 0 | 36 | 70 | 70 | 34 | 47 | 40 |
| Binary | 1110000 | 1001110 | 110001 | 0 | 11110 | 111000 | 111000 | 11100 | 100111 | 100000 |
Color Harmonies of #704E31
Complementary color
Monochromatic Colors of #704E31
Black with #704E31
Text Example
Text Example
White with #704E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704E31; }
p { color: rgb(112,78,49); }
H1.HeaderClassName
{
color: #704E31;
}
.AnyTagClassName
{
color: #704E31;
}
</style>
background-color css
<style>
a { background-color: #704E31; }
a { background-color: rgb(112,78,49); }
div.DivClassName
{
background-color: #704E31;
}
.BgClassName
{
background-color: #704E31;
}
</style>
border-color css
<style>
span { border-color: #704E31; }
span { border-color: rgb(112,78,49); }
td.TdClassName
{
border-color: #704E31;
}
.TagClassName
{
border-color: #704E31;
}
</style>