Shades of Cape Palliser #734F2F
Tints of Cape Palliser #734F2F
RGB
CMYK
RGB Variations
Color information
#734F2F (or 0x734F2F) is known color: Cape Palliser. HEX triplet: 73, 4F and 2F. RGB value is (115,79,47). Sum of RGB (Red+Green+Blue) = 115+79+47=241 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.72% from 241); Green value is 79 (31.25% from 255 or 32.78% from 241); Blue value is 47 (18.75% from 255 or 19.50% from 241); Max value from RGB is 115 - color contains mainly: red. Hex color #734F2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #734F2F is #8CB0D0. Grayscale: #565656. Windows color (decimal): -9220305 or 3100531. OLE color: 3100531.
HSL color Cylindrical-coordinate representation of color #734F2F: hue angle of 28.24º 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 #734F2F is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 79 | 47 | - |
| CMYK | 0 | 0.31 | 0.59 | 0.55 |
| HSL | 28.24º | 0.42% | 0.32% | - |
| HSV(B) | 28.24º | 0.59% | 0.45% | - |
| XYZ | 10.38 | 9.44 | 3.96 | - |
| YUV | 86.12 | 105.93 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 79 | 47 | 0 | 0.31 | 0.59 | 0.55 | 28.24 | 0.42 | 0.32 |
| Hex | 73 | 4F | 2F | 0 | 1F | 3B | 37 | 1C | 2A | 20 |
| Octal | 163 | 117 | 57 | 0 | 37 | 73 | 67 | 34 | 52 | 40 |
| Binary | 1110011 | 1001111 | 101111 | 0 | 11111 | 111011 | 110111 | 11100 | 101010 | 100000 |
Color Harmonies of #734F2F
Complementary color
Monochromatic Colors of #734F2F
Black with #734F2F
Text Example
Text Example
White with #734F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734F2F; }
p { color: rgb(115,79,47); }
H1.HeaderClassName
{
color: #734F2F;
}
.AnyTagClassName
{
color: #734F2F;
}
</style>
background-color css
<style>
a { background-color: #734F2F; }
a { background-color: rgb(115,79,47); }
div.DivClassName
{
background-color: #734F2F;
}
.BgClassName
{
background-color: #734F2F;
}
</style>
border-color css
<style>
span { border-color: #734F2F; }
span { border-color: rgb(115,79,47); }
td.TdClassName
{
border-color: #734F2F;
}
.TagClassName
{
border-color: #734F2F;
}
</style>