Shades of Cape Palliser #73482D
Tints of Cape Palliser #73482D
RGB
CMYK
RGB Variations
Color information
#73482D (or 0x73482D) is known color: Cape Palliser. HEX triplet: 73, 48 and 2D. RGB value is (115,72,45). Sum of RGB (Red+Green+Blue) = 115+72+45=232 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.57% from 232); Green value is 72 (28.52% from 255 or 31.03% from 232); Blue value is 45 (17.97% from 255 or 19.40% from 232); Max value from RGB is 115 - color contains mainly: red. Hex color #73482D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73482D is #8CB7D2. Grayscale: #515151. Windows color (decimal): -9222099 or 2967667. OLE color: 2967667.
HSL color Cylindrical-coordinate representation of color #73482D: hue angle of 23.14º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #73482D is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 72 | 45 | - |
| CMYK | 0 | 0.37 | 0.61 | 0.55 |
| HSL | 23.14º | 0.44% | 0.31% | - |
| HSV(B) | 23.14º | 0.61% | 0.45% | - |
| XYZ | 9.86 | 8.47 | 3.6 | - |
| YUV | 81.78 | 107.25 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 72 | 45 | 0 | 0.37 | 0.61 | 0.55 | 23.14 | 0.44 | 0.31 |
| Hex | 73 | 48 | 2D | 0 | 25 | 3D | 37 | 17 | 2C | 1F |
| Octal | 163 | 110 | 55 | 0 | 45 | 75 | 67 | 27 | 54 | 37 |
| Binary | 1110011 | 1001000 | 101101 | 0 | 100101 | 111101 | 110111 | 10111 | 101100 | 11111 |
Color Harmonies of #73482D
Complementary color
Monochromatic Colors of #73482D
Black with #73482D
Text Example
Text Example
White with #73482D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73482D; }
p { color: rgb(115,72,45); }
H1.HeaderClassName
{
color: #73482D;
}
.AnyTagClassName
{
color: #73482D;
}
</style>
background-color css
<style>
a { background-color: #73482D; }
a { background-color: rgb(115,72,45); }
div.DivClassName
{
background-color: #73482D;
}
.BgClassName
{
background-color: #73482D;
}
</style>
border-color css
<style>
span { border-color: #73482D; }
span { border-color: rgb(115,72,45); }
td.TdClassName
{
border-color: #73482D;
}
.TagClassName
{
border-color: #73482D;
}
</style>