Shades of Cape Palliser #704B34
Tints of Cape Palliser #704B34
RGB
CMYK
RGB Variations
Color information
#704B34 (or 0x704B34) is known color: Cape Palliser. HEX triplet: 70, 4B and 34. RGB value is (112,75,52). Sum of RGB (Red+Green+Blue) = 112+75+52=239 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.86% from 239); Green value is 75 (29.69% from 255 or 31.38% from 239); Blue value is 52 (20.70% from 255 or 21.76% from 239); Max value from RGB is 112 - color contains mainly: red. Hex color #704B34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704B34 is #8FB4CB. Grayscale: #535353. Windows color (decimal): -9417932 or 3427184. OLE color: 3427184.
HSL color Cylindrical-coordinate representation of color #704B34: hue angle of 23º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #704B34 is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 75 | 52 | - |
| CMYK | 0 | 0.33 | 0.54 | 0.56 |
| HSL | 23º | 0.37% | 0.32% | - |
| HSV(B) | 23º | 0.54% | 0.44% | - |
| XYZ | 9.82 | 8.72 | 4.42 | - |
| YUV | 83.44 | 110.26 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 75 | 52 | 0 | 0.33 | 0.54 | 0.56 | 23 | 0.37 | 0.32 |
| Hex | 70 | 4B | 34 | 0 | 21 | 36 | 38 | 17 | 25 | 20 |
| Octal | 160 | 113 | 64 | 0 | 41 | 66 | 70 | 27 | 45 | 40 |
| Binary | 1110000 | 1001011 | 110100 | 0 | 100001 | 110110 | 111000 | 10111 | 100101 | 100000 |
Color Harmonies of #704B34
Complementary color
Monochromatic Colors of #704B34
Black with #704B34
Text Example
Text Example
White with #704B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704B34; }
p { color: rgb(112,75,52); }
H1.HeaderClassName
{
color: #704B34;
}
.AnyTagClassName
{
color: #704B34;
}
</style>
background-color css
<style>
a { background-color: #704B34; }
a { background-color: rgb(112,75,52); }
div.DivClassName
{
background-color: #704B34;
}
.BgClassName
{
background-color: #704B34;
}
</style>
border-color css
<style>
span { border-color: #704B34; }
span { border-color: rgb(112,75,52); }
td.TdClassName
{
border-color: #704B34;
}
.TagClassName
{
border-color: #704B34;
}
</style>