Shades of Cape Palliser #704B31
Tints of Cape Palliser #704B31
RGB
CMYK
RGB Variations
Color information
#704B31 (or 0x704B31) is known color: Cape Palliser. HEX triplet: 70, 4B and 31. RGB value is (112,75,49). Sum of RGB (Red+Green+Blue) = 112+75+49=236 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.46% from 236); Green value is 75 (29.69% from 255 or 31.78% from 236); Blue value is 49 (19.53% from 255 or 20.76% from 236); Max value from RGB is 112 - color contains mainly: red. Hex color #704B31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704B31 is #8FB4CE. Grayscale: #535353. Windows color (decimal): -9417935 or 3230576. OLE color: 3230576.
HSL color Cylindrical-coordinate representation of color #704B31: hue angle of 24.76º 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 #704B31 is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 75 | 49 | - |
| CMYK | 0 | 0.33 | 0.56 | 0.56 |
| HSL | 24.76º | 0.39% | 0.32% | - |
| HSV(B) | 24.76º | 0.56% | 0.44% | - |
| XYZ | 9.75 | 8.7 | 4.07 | - |
| YUV | 83.1 | 108.76 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 75 | 49 | 0 | 0.33 | 0.56 | 0.56 | 24.76 | 0.39 | 0.32 |
| Hex | 70 | 4B | 31 | 0 | 21 | 38 | 38 | 19 | 27 | 20 |
| Octal | 160 | 113 | 61 | 0 | 41 | 70 | 70 | 31 | 47 | 40 |
| Binary | 1110000 | 1001011 | 110001 | 0 | 100001 | 111000 | 111000 | 11001 | 100111 | 100000 |
Color Harmonies of #704B31
Complementary color
Monochromatic Colors of #704B31
Black with #704B31
Text Example
Text Example
White with #704B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704B31; }
p { color: rgb(112,75,49); }
H1.HeaderClassName
{
color: #704B31;
}
.AnyTagClassName
{
color: #704B31;
}
</style>
background-color css
<style>
a { background-color: #704B31; }
a { background-color: rgb(112,75,49); }
div.DivClassName
{
background-color: #704B31;
}
.BgClassName
{
background-color: #704B31;
}
</style>
border-color css
<style>
span { border-color: #704B31; }
span { border-color: rgb(112,75,49); }
td.TdClassName
{
border-color: #704B31;
}
.TagClassName
{
border-color: #704B31;
}
</style>