Shades of Cape Palliser #71492C
Tints of Cape Palliser #71492C
RGB
CMYK
RGB Variations
Color information
#71492C (or 0x71492C) is known color: Cape Palliser. HEX triplet: 71, 49 and 2C. RGB value is (113,73,44). Sum of RGB (Red+Green+Blue) = 113+73+44=230 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.13% from 230); Green value is 73 (28.91% from 255 or 31.74% from 230); Blue value is 44 (17.58% from 255 or 19.13% from 230); Max value from RGB is 113 - color contains mainly: red. Hex color #71492C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71492C is #8EB6D3. Grayscale: #515151. Windows color (decimal): -9352916 or 2902385. OLE color: 2902385.
HSL color Cylindrical-coordinate representation of color #71492C: hue angle of 25.22º 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 #71492C is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 73 | 44 | - |
| CMYK | 0 | 0.35 | 0.61 | 0.56 |
| HSL | 25.22º | 0.44% | 0.31% | - |
| HSV(B) | 25.22º | 0.61% | 0.44% | - |
| XYZ | 9.65 | 8.46 | 3.51 | - |
| YUV | 81.65 | 106.75 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 73 | 44 | 0 | 0.35 | 0.61 | 0.56 | 25.22 | 0.44 | 0.31 |
| Hex | 71 | 49 | 2C | 0 | 23 | 3D | 38 | 19 | 2C | 1F |
| Octal | 161 | 111 | 54 | 0 | 43 | 75 | 70 | 31 | 54 | 37 |
| Binary | 1110001 | 1001001 | 101100 | 0 | 100011 | 111101 | 111000 | 11001 | 101100 | 11111 |
Color Harmonies of #71492C
Complementary color
Monochromatic Colors of #71492C
Black with #71492C
Text Example
Text Example
White with #71492C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71492C; }
p { color: rgb(113,73,44); }
H1.HeaderClassName
{
color: #71492C;
}
.AnyTagClassName
{
color: #71492C;
}
</style>
background-color css
<style>
a { background-color: #71492C; }
a { background-color: rgb(113,73,44); }
div.DivClassName
{
background-color: #71492C;
}
.BgClassName
{
background-color: #71492C;
}
</style>
border-color css
<style>
span { border-color: #71492C; }
span { border-color: rgb(113,73,44); }
td.TdClassName
{
border-color: #71492C;
}
.TagClassName
{
border-color: #71492C;
}
</style>