Shades of Cape Palliser #73472F
Tints of Cape Palliser #73472F
RGB
CMYK
RGB Variations
Color information
#73472F (or 0x73472F) is known color: Cape Palliser. HEX triplet: 73, 47 and 2F. RGB value is (115,71,47). Sum of RGB (Red+Green+Blue) = 115+71+47=233 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.36% from 233); Green value is 71 (28.12% from 255 or 30.47% from 233); Blue value is 47 (18.75% from 255 or 20.17% from 233); Max value from RGB is 115 - color contains mainly: red. Hex color #73472F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73472F is #8CB8D0. Grayscale: #515151. Windows color (decimal): -9222353 or 3098483. OLE color: 3098483.
HSL color Cylindrical-coordinate representation of color #73472F: hue angle of 21.18º 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 #73472F is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 71 | 47 | - |
| CMYK | 0 | 0.38 | 0.59 | 0.55 |
| HSL | 21.18º | 0.42% | 0.32% | - |
| HSV(B) | 21.18º | 0.59% | 0.45% | - |
| XYZ | 9.84 | 8.36 | 3.78 | - |
| YUV | 81.42 | 108.58 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 71 | 47 | 0 | 0.38 | 0.59 | 0.55 | 21.18 | 0.42 | 0.32 |
| Hex | 73 | 47 | 2F | 0 | 26 | 3B | 37 | 15 | 2A | 20 |
| Octal | 163 | 107 | 57 | 0 | 46 | 73 | 67 | 25 | 52 | 40 |
| Binary | 1110011 | 1000111 | 101111 | 0 | 100110 | 111011 | 110111 | 10101 | 101010 | 100000 |
Color Harmonies of #73472F
Complementary color
Monochromatic Colors of #73472F
Black with #73472F
Text Example
Text Example
White with #73472F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73472F; }
p { color: rgb(115,71,47); }
H1.HeaderClassName
{
color: #73472F;
}
.AnyTagClassName
{
color: #73472F;
}
</style>
background-color css
<style>
a { background-color: #73472F; }
a { background-color: rgb(115,71,47); }
div.DivClassName
{
background-color: #73472F;
}
.BgClassName
{
background-color: #73472F;
}
</style>
border-color css
<style>
span { border-color: #73472F; }
span { border-color: rgb(115,71,47); }
td.TdClassName
{
border-color: #73472F;
}
.TagClassName
{
border-color: #73472F;
}
</style>