Shades of Cape Palliser #72452F
Tints of Cape Palliser #72452F
RGB
CMYK
RGB Variations
Color information
#72452F (or 0x72452F) is known color: Cape Palliser. HEX triplet: 72, 45 and 2F. RGB value is (114,69,47). Sum of RGB (Red+Green+Blue) = 114+69+47=230 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.57% from 230); Green value is 69 (27.34% from 255 or 30% from 230); Blue value is 47 (18.75% from 255 or 20.43% from 230); Max value from RGB is 114 - color contains mainly: red. Hex color #72452F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72452F is #8DBAD0. Grayscale: #505050. Windows color (decimal): -9288401 or 3097970. OLE color: 3097970.
HSL color Cylindrical-coordinate representation of color #72452F: hue angle of 19.7º 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 #72452F is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 69 | 47 | - |
| CMYK | 0 | 0.39 | 0.59 | 0.55 |
| HSL | 19.7º | 0.42% | 0.32% | - |
| HSV(B) | 19.7º | 0.59% | 0.45% | - |
| XYZ | 9.58 | 8.04 | 3.74 | - |
| YUV | 79.95 | 109.41 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 69 | 47 | 0 | 0.39 | 0.59 | 0.55 | 19.7 | 0.42 | 0.32 |
| Hex | 72 | 45 | 2F | 0 | 27 | 3B | 37 | 14 | 2A | 20 |
| Octal | 162 | 105 | 57 | 0 | 47 | 73 | 67 | 24 | 52 | 40 |
| Binary | 1110010 | 1000101 | 101111 | 0 | 100111 | 111011 | 110111 | 10100 | 101010 | 100000 |
Color Harmonies of #72452F
Complementary color
Monochromatic Colors of #72452F
Black with #72452F
Text Example
Text Example
White with #72452F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72452F; }
p { color: rgb(114,69,47); }
H1.HeaderClassName
{
color: #72452F;
}
.AnyTagClassName
{
color: #72452F;
}
</style>
background-color css
<style>
a { background-color: #72452F; }
a { background-color: rgb(114,69,47); }
div.DivClassName
{
background-color: #72452F;
}
.BgClassName
{
background-color: #72452F;
}
</style>
border-color css
<style>
span { border-color: #72452F; }
span { border-color: rgb(114,69,47); }
td.TdClassName
{
border-color: #72452F;
}
.TagClassName
{
border-color: #72452F;
}
</style>