Shades of Cape Palliser #73462F
Tints of Cape Palliser #73462F
RGB
CMYK
RGB Variations
Color information
#73462F (or 0x73462F) is known color: Cape Palliser. HEX triplet: 73, 46 and 2F. RGB value is (115,70,47). Sum of RGB (Red+Green+Blue) = 115+70+47=232 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.57% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 47 (18.75% from 255 or 20.26% from 232); Max value from RGB is 115 - color contains mainly: red. Hex color #73462F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73462F is #8CB9D0. Grayscale: #505050. Windows color (decimal): -9222609 or 3098227. OLE color: 3098227.
HSL color Cylindrical-coordinate representation of color #73462F: hue angle of 20.29º 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 #73462F is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 70 | 47 | - |
| CMYK | 0 | 0.39 | 0.59 | 0.55 |
| HSL | 20.29º | 0.42% | 0.32% | - |
| HSV(B) | 20.29º | 0.59% | 0.45% | - |
| XYZ | 9.77 | 8.23 | 3.76 | - |
| YUV | 80.83 | 108.91 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 70 | 47 | 0 | 0.39 | 0.59 | 0.55 | 20.29 | 0.42 | 0.32 |
| Hex | 73 | 46 | 2F | 0 | 27 | 3B | 37 | 14 | 2A | 20 |
| Octal | 163 | 106 | 57 | 0 | 47 | 73 | 67 | 24 | 52 | 40 |
| Binary | 1110011 | 1000110 | 101111 | 0 | 100111 | 111011 | 110111 | 10100 | 101010 | 100000 |
Color Harmonies of #73462F
Complementary color
Monochromatic Colors of #73462F
Black with #73462F
Text Example
Text Example
White with #73462F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73462F; }
p { color: rgb(115,70,47); }
H1.HeaderClassName
{
color: #73462F;
}
.AnyTagClassName
{
color: #73462F;
}
</style>
background-color css
<style>
a { background-color: #73462F; }
a { background-color: rgb(115,70,47); }
div.DivClassName
{
background-color: #73462F;
}
.BgClassName
{
background-color: #73462F;
}
</style>
border-color css
<style>
span { border-color: #73462F; }
span { border-color: rgb(115,70,47); }
td.TdClassName
{
border-color: #73462F;
}
.TagClassName
{
border-color: #73462F;
}
</style>