Shades of Cape Palliser #73492A
Tints of Cape Palliser #73492A
RGB
CMYK
RGB Variations
Color information
#73492A (or 0x73492A) is known color: Cape Palliser. HEX triplet: 73, 49 and 2A. RGB value is (115,73,42). Sum of RGB (Red+Green+Blue) = 115+73+42=230 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50% from 230); Green value is 73 (28.91% from 255 or 31.74% from 230); Blue value is 42 (16.80% from 255 or 18.26% from 230); Max value from RGB is 115 - color contains mainly: red. Hex color #73492A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73492A is #8CB6D5. Grayscale: #525252. Windows color (decimal): -9221846 or 2771315. OLE color: 2771315.
HSL color Cylindrical-coordinate representation of color #73492A: hue angle of 25.48º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #73492A is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 73 | 42 | - |
| CMYK | 0 | 0.37 | 0.63 | 0.55 |
| HSL | 25.48º | 0.46% | 0.31% | - |
| HSV(B) | 25.48º | 0.63% | 0.45% | - |
| XYZ | 9.87 | 8.58 | 3.33 | - |
| YUV | 82.02 | 105.41 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 73 | 42 | 0 | 0.37 | 0.63 | 0.55 | 25.48 | 0.46 | 0.31 |
| Hex | 73 | 49 | 2A | 0 | 25 | 3F | 37 | 19 | 2E | 1F |
| Octal | 163 | 111 | 52 | 0 | 45 | 77 | 67 | 31 | 56 | 37 |
| Binary | 1110011 | 1001001 | 101010 | 0 | 100101 | 111111 | 110111 | 11001 | 101110 | 11111 |
Color Harmonies of #73492A
Complementary color
Monochromatic Colors of #73492A
Black with #73492A
Text Example
Text Example
White with #73492A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73492A; }
p { color: rgb(115,73,42); }
H1.HeaderClassName
{
color: #73492A;
}
.AnyTagClassName
{
color: #73492A;
}
</style>
background-color css
<style>
a { background-color: #73492A; }
a { background-color: rgb(115,73,42); }
div.DivClassName
{
background-color: #73492A;
}
.BgClassName
{
background-color: #73492A;
}
</style>
border-color css
<style>
span { border-color: #73492A; }
span { border-color: rgb(115,73,42); }
td.TdClassName
{
border-color: #73492A;
}
.TagClassName
{
border-color: #73492A;
}
</style>