Shades of Cape Palliser #704C33
Tints of Cape Palliser #704C33
RGB
CMYK
RGB Variations
Color information
#704C33 (or 0x704C33) is known color: Cape Palliser. HEX triplet: 70, 4C and 33. RGB value is (112,76,51). Sum of RGB (Red+Green+Blue) = 112+76+51=239 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.86% from 239); Green value is 76 (30.08% from 255 or 31.80% from 239); Blue value is 51 (20.31% from 255 or 21.34% from 239); Max value from RGB is 112 - color contains mainly: red. Hex color #704C33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704C33 is #8FB3CC. Grayscale: #545454. Windows color (decimal): -9417677 or 3361904. OLE color: 3361904.
HSL color Cylindrical-coordinate representation of color #704C33: hue angle of 24.59º 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 #704C33 is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 76 | 51 | - |
| CMYK | 0 | 0.32 | 0.54 | 0.56 |
| HSL | 24.59º | 0.37% | 0.32% | - |
| HSV(B) | 24.59º | 0.54% | 0.44% | - |
| XYZ | 9.86 | 8.85 | 4.32 | - |
| YUV | 83.91 | 109.43 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 76 | 51 | 0 | 0.32 | 0.54 | 0.56 | 24.59 | 0.37 | 0.32 |
| Hex | 70 | 4C | 33 | 0 | 20 | 36 | 38 | 19 | 25 | 20 |
| Octal | 160 | 114 | 63 | 0 | 40 | 66 | 70 | 31 | 45 | 40 |
| Binary | 1110000 | 1001100 | 110011 | 0 | 100000 | 110110 | 111000 | 11001 | 100101 | 100000 |
Color Harmonies of #704C33
Complementary color
Monochromatic Colors of #704C33
Black with #704C33
Text Example
Text Example
White with #704C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704C33; }
p { color: rgb(112,76,51); }
H1.HeaderClassName
{
color: #704C33;
}
.AnyTagClassName
{
color: #704C33;
}
</style>
background-color css
<style>
a { background-color: #704C33; }
a { background-color: rgb(112,76,51); }
div.DivClassName
{
background-color: #704C33;
}
.BgClassName
{
background-color: #704C33;
}
</style>
border-color css
<style>
span { border-color: #704C33; }
span { border-color: rgb(112,76,51); }
td.TdClassName
{
border-color: #704C33;
}
.TagClassName
{
border-color: #704C33;
}
</style>