Shades of Cape Palliser #71472C
Tints of Cape Palliser #71472C
RGB
CMYK
RGB Variations
Color information
#71472C (or 0x71472C) is known color: Cape Palliser. HEX triplet: 71, 47 and 2C. RGB value is (113,71,44). Sum of RGB (Red+Green+Blue) = 113+71+44=228 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.56% from 228); Green value is 71 (28.12% from 255 or 31.14% from 228); Blue value is 44 (17.58% from 255 or 19.30% from 228); Max value from RGB is 113 - color contains mainly: red. Hex color #71472C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71472C is #8EB8D3. Grayscale: #505050. Windows color (decimal): -9353428 or 2901873. OLE color: 2901873.
HSL color Cylindrical-coordinate representation of color #71472C: hue angle of 23.48º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #71472C is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 71 | 44 | - |
| CMYK | 0 | 0.37 | 0.61 | 0.56 |
| HSL | 23.48º | 0.44% | 0.31% | - |
| HSV(B) | 23.48º | 0.61% | 0.44% | - |
| XYZ | 9.52 | 8.2 | 3.46 | - |
| YUV | 80.48 | 107.41 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 71 | 44 | 0 | 0.37 | 0.61 | 0.56 | 23.48 | 0.44 | 0.31 |
| Hex | 71 | 47 | 2C | 0 | 25 | 3D | 38 | 17 | 2C | 1F |
| Octal | 161 | 107 | 54 | 0 | 45 | 75 | 70 | 27 | 54 | 37 |
| Binary | 1110001 | 1000111 | 101100 | 0 | 100101 | 111101 | 111000 | 10111 | 101100 | 11111 |
Color Harmonies of #71472C
Complementary color
Monochromatic Colors of #71472C
Black with #71472C
Text Example
Text Example
White with #71472C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71472C; }
p { color: rgb(113,71,44); }
H1.HeaderClassName
{
color: #71472C;
}
.AnyTagClassName
{
color: #71472C;
}
</style>
background-color css
<style>
a { background-color: #71472C; }
a { background-color: rgb(113,71,44); }
div.DivClassName
{
background-color: #71472C;
}
.BgClassName
{
background-color: #71472C;
}
</style>
border-color css
<style>
span { border-color: #71472C; }
span { border-color: rgb(113,71,44); }
td.TdClassName
{
border-color: #71472C;
}
.TagClassName
{
border-color: #71472C;
}
</style>