Shades of Cape Palliser #714B2E
Tints of Cape Palliser #714B2E
RGB
CMYK
RGB Variations
Color information
#714B2E (or 0x714B2E) is known color: Cape Palliser. HEX triplet: 71, 4B and 2E. RGB value is (113,75,46). Sum of RGB (Red+Green+Blue) = 113+75+46=234 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.29% from 234); Green value is 75 (29.69% from 255 or 32.05% from 234); Blue value is 46 (18.36% from 255 or 19.66% from 234); Max value from RGB is 113 - color contains mainly: red. Hex color #714B2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714B2E is #8EB4D1. Grayscale: #535353. Windows color (decimal): -9352402 or 3033969. OLE color: 3033969.
HSL color Cylindrical-coordinate representation of color #714B2E: hue angle of 25.97º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #714B2E is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 75 | 46 | - |
| CMYK | 0 | 0.34 | 0.59 | 0.56 |
| HSL | 25.97º | 0.42% | 0.31% | - |
| HSV(B) | 25.97º | 0.59% | 0.44% | - |
| XYZ | 9.82 | 8.74 | 3.75 | - |
| YUV | 83.06 | 107.09 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 75 | 46 | 0 | 0.34 | 0.59 | 0.56 | 25.97 | 0.42 | 0.31 |
| Hex | 71 | 4B | 2E | 0 | 22 | 3B | 38 | 1A | 2A | 1F |
| Octal | 161 | 113 | 56 | 0 | 42 | 73 | 70 | 32 | 52 | 37 |
| Binary | 1110001 | 1001011 | 101110 | 0 | 100010 | 111011 | 111000 | 11010 | 101010 | 11111 |
Color Harmonies of #714B2E
Complementary color
Monochromatic Colors of #714B2E
Black with #714B2E
Text Example
Text Example
White with #714B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714B2E; }
p { color: rgb(113,75,46); }
H1.HeaderClassName
{
color: #714B2E;
}
.AnyTagClassName
{
color: #714B2E;
}
</style>
background-color css
<style>
a { background-color: #714B2E; }
a { background-color: rgb(113,75,46); }
div.DivClassName
{
background-color: #714B2E;
}
.BgClassName
{
background-color: #714B2E;
}
</style>
border-color css
<style>
span { border-color: #714B2E; }
span { border-color: rgb(113,75,46); }
td.TdClassName
{
border-color: #714B2E;
}
.TagClassName
{
border-color: #714B2E;
}
</style>