Shades of Cape Palliser #714D2F
Tints of Cape Palliser #714D2F
RGB
CMYK
RGB Variations
Color information
#714D2F (or 0x714D2F) is known color: Cape Palliser. HEX triplet: 71, 4D and 2F. RGB value is (113,77,47). Sum of RGB (Red+Green+Blue) = 113+77+47=237 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.68% from 237); Green value is 77 (30.47% from 255 or 32.49% from 237); Blue value is 47 (18.75% from 255 or 19.83% from 237); Max value from RGB is 113 - color contains mainly: red. Hex color #714D2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #714D2F is #8EB2D0. Grayscale: #545454. Windows color (decimal): -9351889 or 3100017. OLE color: 3100017.
HSL color Cylindrical-coordinate representation of color #714D2F: hue angle of 27.27º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #714D2F is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 77 | 47 | - |
| CMYK | 0 | 0.32 | 0.58 | 0.56 |
| HSL | 27.27º | 0.41% | 0.31% | - |
| HSV(B) | 27.27º | 0.58% | 0.44% | - |
| XYZ | 9.98 | 9.02 | 3.91 | - |
| YUV | 84.34 | 106.93 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 77 | 47 | 0 | 0.32 | 0.58 | 0.56 | 27.27 | 0.41 | 0.31 |
| Hex | 71 | 4D | 2F | 0 | 20 | 3A | 38 | 1B | 29 | 1F |
| Octal | 161 | 115 | 57 | 0 | 40 | 72 | 70 | 33 | 51 | 37 |
| Binary | 1110001 | 1001101 | 101111 | 0 | 100000 | 111010 | 111000 | 11011 | 101001 | 11111 |
Color Harmonies of #714D2F
Complementary color
Monochromatic Colors of #714D2F
Black with #714D2F
Text Example
Text Example
White with #714D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714D2F; }
p { color: rgb(113,77,47); }
H1.HeaderClassName
{
color: #714D2F;
}
.AnyTagClassName
{
color: #714D2F;
}
</style>
background-color css
<style>
a { background-color: #714D2F; }
a { background-color: rgb(113,77,47); }
div.DivClassName
{
background-color: #714D2F;
}
.BgClassName
{
background-color: #714D2F;
}
</style>
border-color css
<style>
span { border-color: #714D2F; }
span { border-color: rgb(113,77,47); }
td.TdClassName
{
border-color: #714D2F;
}
.TagClassName
{
border-color: #714D2F;
}
</style>