Shades of Cape Palliser #714B34
Tints of Cape Palliser #714B34
RGB
CMYK
RGB Variations
Color information
#714B34 (or 0x714B34) is known color: Cape Palliser. HEX triplet: 71, 4B and 34. RGB value is (113,75,52). Sum of RGB (Red+Green+Blue) = 113+75+52=240 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.08% from 240); Green value is 75 (29.69% from 255 or 31.25% from 240); Blue value is 52 (20.70% from 255 or 21.67% from 240); Max value from RGB is 113 - color contains mainly: red. Hex color #714B34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714B34 is #8EB4CB. Grayscale: #535353. Windows color (decimal): -9352396 or 3427185. OLE color: 3427185.
HSL color Cylindrical-coordinate representation of color #714B34: hue angle of 22.62º 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 #714B34 is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 75 | 52 | - |
| CMYK | 0 | 0.34 | 0.54 | 0.56 |
| HSL | 22.62º | 0.37% | 0.32% | - |
| HSV(B) | 22.62º | 0.54% | 0.44% | - |
| XYZ | 9.95 | 8.79 | 4.42 | - |
| YUV | 83.74 | 110.09 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 75 | 52 | 0 | 0.34 | 0.54 | 0.56 | 22.62 | 0.37 | 0.32 |
| Hex | 71 | 4B | 34 | 0 | 22 | 36 | 38 | 17 | 25 | 20 |
| Octal | 161 | 113 | 64 | 0 | 42 | 66 | 70 | 27 | 45 | 40 |
| Binary | 1110001 | 1001011 | 110100 | 0 | 100010 | 110110 | 111000 | 10111 | 100101 | 100000 |
Color Harmonies of #714B34
Complementary color
Monochromatic Colors of #714B34
Black with #714B34
Text Example
Text Example
White with #714B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714B34; }
p { color: rgb(113,75,52); }
H1.HeaderClassName
{
color: #714B34;
}
.AnyTagClassName
{
color: #714B34;
}
</style>
background-color css
<style>
a { background-color: #714B34; }
a { background-color: rgb(113,75,52); }
div.DivClassName
{
background-color: #714B34;
}
.BgClassName
{
background-color: #714B34;
}
</style>
border-color css
<style>
span { border-color: #714B34; }
span { border-color: rgb(113,75,52); }
td.TdClassName
{
border-color: #714B34;
}
.TagClassName
{
border-color: #714B34;
}
</style>