Shades of Cape Palliser #734D2F
Tints of Cape Palliser #734D2F
RGB
CMYK
RGB Variations
Color information
#734D2F (or 0x734D2F) is known color: Cape Palliser. HEX triplet: 73, 4D and 2F. RGB value is (115,77,47). Sum of RGB (Red+Green+Blue) = 115+77+47=239 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.12% from 239); Green value is 77 (30.47% from 255 or 32.22% from 239); Blue value is 47 (18.75% from 255 or 19.67% from 239); Max value from RGB is 115 - color contains mainly: red. Hex color #734D2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #734D2F is #8CB2D0. Grayscale: #555555. Windows color (decimal): -9220817 or 3100019. OLE color: 3100019.
HSL color Cylindrical-coordinate representation of color #734D2F: hue angle of 26.47º 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 #734D2F is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 77 | 47 | - |
| CMYK | 0 | 0.33 | 0.59 | 0.55 |
| HSL | 26.47º | 0.42% | 0.32% | - |
| HSV(B) | 26.47º | 0.59% | 0.45% | - |
| XYZ | 10.24 | 9.16 | 3.92 | - |
| YUV | 84.94 | 106.59 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 77 | 47 | 0 | 0.33 | 0.59 | 0.55 | 26.47 | 0.42 | 0.32 |
| Hex | 73 | 4D | 2F | 0 | 21 | 3B | 37 | 1A | 2A | 20 |
| Octal | 163 | 115 | 57 | 0 | 41 | 73 | 67 | 32 | 52 | 40 |
| Binary | 1110011 | 1001101 | 101111 | 0 | 100001 | 111011 | 110111 | 11010 | 101010 | 100000 |
Color Harmonies of #734D2F
Complementary color
Monochromatic Colors of #734D2F
Black with #734D2F
Text Example
Text Example
White with #734D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734D2F; }
p { color: rgb(115,77,47); }
H1.HeaderClassName
{
color: #734D2F;
}
.AnyTagClassName
{
color: #734D2F;
}
</style>
background-color css
<style>
a { background-color: #734D2F; }
a { background-color: rgb(115,77,47); }
div.DivClassName
{
background-color: #734D2F;
}
.BgClassName
{
background-color: #734D2F;
}
</style>
border-color css
<style>
span { border-color: #734D2F; }
span { border-color: rgb(115,77,47); }
td.TdClassName
{
border-color: #734D2F;
}
.TagClassName
{
border-color: #734D2F;
}
</style>