Shades of Cape Palliser #704E32
Tints of Cape Palliser #704E32
RGB
CMYK
RGB Variations
Color information
#704E32 (or 0x704E32) is known color: Cape Palliser. HEX triplet: 70, 4E and 32. RGB value is (112,78,50). Sum of RGB (Red+Green+Blue) = 112+78+50=240 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.67% from 240); Green value is 78 (30.86% from 255 or 32.5% from 240); Blue value is 50 (19.92% from 255 or 20.83% from 240); Max value from RGB is 112 - color contains mainly: red. Hex color #704E32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704E32 is #8FB1CD. Grayscale: #555555. Windows color (decimal): -9417166 or 3296880. OLE color: 3296880.
HSL color Cylindrical-coordinate representation of color #704E32: hue angle of 27.1º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #704E32 is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 78 | 50 | - |
| CMYK | 0 | 0.30 | 0.55 | 0.56 |
| HSL | 27.1º | 0.38% | 0.32% | - |
| HSV(B) | 27.1º | 0.55% | 0.44% | - |
| XYZ | 9.98 | 9.12 | 4.25 | - |
| YUV | 84.97 | 108.26 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 78 | 50 | 0 | 0.30 | 0.55 | 0.56 | 27.1 | 0.38 | 0.32 |
| Hex | 70 | 4E | 32 | 0 | 1E | 37 | 38 | 1B | 26 | 20 |
| Octal | 160 | 116 | 62 | 0 | 36 | 67 | 70 | 33 | 46 | 40 |
| Binary | 1110000 | 1001110 | 110010 | 0 | 11110 | 110111 | 111000 | 11011 | 100110 | 100000 |
Color Harmonies of #704E32
Complementary color
Monochromatic Colors of #704E32
Black with #704E32
Text Example
Text Example
White with #704E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704E32; }
p { color: rgb(112,78,50); }
H1.HeaderClassName
{
color: #704E32;
}
.AnyTagClassName
{
color: #704E32;
}
</style>
background-color css
<style>
a { background-color: #704E32; }
a { background-color: rgb(112,78,50); }
div.DivClassName
{
background-color: #704E32;
}
.BgClassName
{
background-color: #704E32;
}
</style>
border-color css
<style>
span { border-color: #704E32; }
span { border-color: rgb(112,78,50); }
td.TdClassName
{
border-color: #704E32;
}
.TagClassName
{
border-color: #704E32;
}
</style>