Shades of Cape Palliser #72472F
Tints of Cape Palliser #72472F
RGB
CMYK
RGB Variations
Color information
#72472F (or 0x72472F) is known color: Cape Palliser. HEX triplet: 72, 47 and 2F. RGB value is (114,71,47). Sum of RGB (Red+Green+Blue) = 114+71+47=232 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.14% from 232); Green value is 71 (28.12% from 255 or 30.60% from 232); Blue value is 47 (18.75% from 255 or 20.26% from 232); Max value from RGB is 114 - color contains mainly: red. Hex color #72472F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72472F is #8DB8D0. Grayscale: #515151. Windows color (decimal): -9287889 or 3098482. OLE color: 3098482.
HSL color Cylindrical-coordinate representation of color #72472F: hue angle of 21.49º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #72472F is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 71 | 47 | - |
| CMYK | 0 | 0.38 | 0.59 | 0.55 |
| HSL | 21.49º | 0.42% | 0.32% | - |
| HSV(B) | 21.49º | 0.59% | 0.45% | - |
| XYZ | 9.71 | 8.29 | 3.78 | - |
| YUV | 81.12 | 108.75 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 71 | 47 | 0 | 0.38 | 0.59 | 0.55 | 21.49 | 0.42 | 0.32 |
| Hex | 72 | 47 | 2F | 0 | 26 | 3B | 37 | 15 | 2A | 20 |
| Octal | 162 | 107 | 57 | 0 | 46 | 73 | 67 | 25 | 52 | 40 |
| Binary | 1110010 | 1000111 | 101111 | 0 | 100110 | 111011 | 110111 | 10101 | 101010 | 100000 |
Color Harmonies of #72472F
Complementary color
Monochromatic Colors of #72472F
Black with #72472F
Text Example
Text Example
White with #72472F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72472F; }
p { color: rgb(114,71,47); }
H1.HeaderClassName
{
color: #72472F;
}
.AnyTagClassName
{
color: #72472F;
}
</style>
background-color css
<style>
a { background-color: #72472F; }
a { background-color: rgb(114,71,47); }
div.DivClassName
{
background-color: #72472F;
}
.BgClassName
{
background-color: #72472F;
}
</style>
border-color css
<style>
span { border-color: #72472F; }
span { border-color: rgb(114,71,47); }
td.TdClassName
{
border-color: #72472F;
}
.TagClassName
{
border-color: #72472F;
}
</style>