Shades of Cape Palliser #71452F
Tints of Cape Palliser #71452F
RGB
CMYK
RGB Variations
Color information
#71452F (or 0x71452F) is known color: Cape Palliser. HEX triplet: 71, 45 and 2F. RGB value is (113,69,47). Sum of RGB (Red+Green+Blue) = 113+69+47=229 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.34% from 229); Green value is 69 (27.34% from 255 or 30.13% from 229); Blue value is 47 (18.75% from 255 or 20.52% from 229); Max value from RGB is 113 - color contains mainly: red. Hex color #71452F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71452F is #8EBAD0. Grayscale: #4F4F4F. Windows color (decimal): -9353937 or 3097969. OLE color: 3097969.
HSL color Cylindrical-coordinate representation of color #71452F: hue angle of 20º 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 #71452F is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 69 | 47 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.56 |
| HSL | 20º | 0.41% | 0.31% | - |
| HSV(B) | 20º | 0.58% | 0.44% | - |
| XYZ | 9.45 | 7.97 | 3.73 | - |
| YUV | 79.65 | 109.58 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 69 | 47 | 0 | 0.39 | 0.58 | 0.56 | 20 | 0.41 | 0.31 |
| Hex | 71 | 45 | 2F | 0 | 27 | 3A | 38 | 14 | 29 | 1F |
| Octal | 161 | 105 | 57 | 0 | 47 | 72 | 70 | 24 | 51 | 37 |
| Binary | 1110001 | 1000101 | 101111 | 0 | 100111 | 111010 | 111000 | 10100 | 101001 | 11111 |
Color Harmonies of #71452F
Complementary color
Monochromatic Colors of #71452F
Black with #71452F
Text Example
Text Example
White with #71452F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71452F; }
p { color: rgb(113,69,47); }
H1.HeaderClassName
{
color: #71452F;
}
.AnyTagClassName
{
color: #71452F;
}
</style>
background-color css
<style>
a { background-color: #71452F; }
a { background-color: rgb(113,69,47); }
div.DivClassName
{
background-color: #71452F;
}
.BgClassName
{
background-color: #71452F;
}
</style>
border-color css
<style>
span { border-color: #71452F; }
span { border-color: rgb(113,69,47); }
td.TdClassName
{
border-color: #71452F;
}
.TagClassName
{
border-color: #71452F;
}
</style>