Shades of Cape Palliser #73452F
Tints of Cape Palliser #73452F
RGB
CMYK
RGB Variations
Color information
#73452F (or 0x73452F) is known color: Cape Palliser. HEX triplet: 73, 45 and 2F. RGB value is (115,69,47). Sum of RGB (Red+Green+Blue) = 115+69+47=231 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.78% from 231); Green value is 69 (27.34% from 255 or 29.87% from 231); Blue value is 47 (18.75% from 255 or 20.35% from 231); Max value from RGB is 115 - color contains mainly: red. Hex color #73452F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73452F is #8CBAD0. Grayscale: #505050. Windows color (decimal): -9222865 or 3097971. OLE color: 3097971.
HSL color Cylindrical-coordinate representation of color #73452F: hue angle of 19.41º 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 #73452F is Cyan = 0, Magento = 0.4, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 69 | 47 | - |
| CMYK | 0 | 0.4 | 0.59 | 0.55 |
| HSL | 19.41º | 0.42% | 0.32% | - |
| HSV(B) | 19.41º | 0.59% | 0.45% | - |
| XYZ | 9.71 | 8.11 | 3.74 | - |
| YUV | 80.25 | 109.24 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 69 | 47 | 0 | 0.4 | 0.59 | 0.55 | 19.41 | 0.42 | 0.32 |
| Hex | 73 | 45 | 2F | 0 | 28 | 3B | 37 | 13 | 2A | 20 |
| Octal | 163 | 105 | 57 | 0 | 50 | 73 | 67 | 23 | 52 | 40 |
| Binary | 1110011 | 1000101 | 101111 | 0 | 101000 | 111011 | 110111 | 10011 | 101010 | 100000 |
Color Harmonies of #73452F
Complementary color
Monochromatic Colors of #73452F
Black with #73452F
Text Example
Text Example
White with #73452F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73452F; }
p { color: rgb(115,69,47); }
H1.HeaderClassName
{
color: #73452F;
}
.AnyTagClassName
{
color: #73452F;
}
</style>
background-color css
<style>
a { background-color: #73452F; }
a { background-color: rgb(115,69,47); }
div.DivClassName
{
background-color: #73452F;
}
.BgClassName
{
background-color: #73452F;
}
</style>
border-color css
<style>
span { border-color: #73452F; }
span { border-color: rgb(115,69,47); }
td.TdClassName
{
border-color: #73452F;
}
.TagClassName
{
border-color: #73452F;
}
</style>