Shades of Cape Palliser #73482F
Tints of Cape Palliser #73482F
RGB
CMYK
RGB Variations
Color information
#73482F (or 0x73482F) is known color: Cape Palliser. HEX triplet: 73, 48 and 2F. RGB value is (115,72,47). Sum of RGB (Red+Green+Blue) = 115+72+47=234 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.15% from 234); Green value is 72 (28.52% from 255 or 30.77% from 234); Blue value is 47 (18.75% from 255 or 20.09% from 234); Max value from RGB is 115 - color contains mainly: red. Hex color #73482F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73482F is #8CB7D0. Grayscale: #525252. Windows color (decimal): -9222097 or 3098739. OLE color: 3098739.
HSL color Cylindrical-coordinate representation of color #73482F: hue angle of 22.06º 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 #73482F is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 72 | 47 | - |
| CMYK | 0 | 0.37 | 0.59 | 0.55 |
| HSL | 22.06º | 0.42% | 0.32% | - |
| HSV(B) | 22.06º | 0.59% | 0.45% | - |
| XYZ | 9.9 | 8.48 | 3.81 | - |
| YUV | 82.01 | 108.25 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 72 | 47 | 0 | 0.37 | 0.59 | 0.55 | 22.06 | 0.42 | 0.32 |
| Hex | 73 | 48 | 2F | 0 | 25 | 3B | 37 | 16 | 2A | 20 |
| Octal | 163 | 110 | 57 | 0 | 45 | 73 | 67 | 26 | 52 | 40 |
| Binary | 1110011 | 1001000 | 101111 | 0 | 100101 | 111011 | 110111 | 10110 | 101010 | 100000 |
Color Harmonies of #73482F
Complementary color
Monochromatic Colors of #73482F
Black with #73482F
Text Example
Text Example
White with #73482F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73482F; }
p { color: rgb(115,72,47); }
H1.HeaderClassName
{
color: #73482F;
}
.AnyTagClassName
{
color: #73482F;
}
</style>
background-color css
<style>
a { background-color: #73482F; }
a { background-color: rgb(115,72,47); }
div.DivClassName
{
background-color: #73482F;
}
.BgClassName
{
background-color: #73482F;
}
</style>
border-color css
<style>
span { border-color: #73482F; }
span { border-color: rgb(115,72,47); }
td.TdClassName
{
border-color: #73482F;
}
.TagClassName
{
border-color: #73482F;
}
</style>