Shades of Cape Palliser #734D2D
Tints of Cape Palliser #734D2D
RGB
CMYK
RGB Variations
Color information
#734D2D (or 0x734D2D) is known color: Cape Palliser. HEX triplet: 73, 4D and 2D. RGB value is (115,77,45). Sum of RGB (Red+Green+Blue) = 115+77+45=237 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.52% from 237); Green value is 77 (30.47% from 255 or 32.49% from 237); Blue value is 45 (17.97% from 255 or 18.99% from 237); Max value from RGB is 115 - color contains mainly: red. Hex color #734D2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #734D2D is #8CB2D2. Grayscale: #545454. Windows color (decimal): -9220819 or 2968947. OLE color: 2968947.
HSL color Cylindrical-coordinate representation of color #734D2D: hue angle of 27.43º 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 #734D2D is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 77 | 45 | - |
| CMYK | 0 | 0.33 | 0.61 | 0.55 |
| HSL | 27.43º | 0.44% | 0.31% | - |
| HSV(B) | 27.43º | 0.61% | 0.45% | - |
| XYZ | 10.2 | 9.14 | 3.71 | - |
| YUV | 84.71 | 105.59 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 77 | 45 | 0 | 0.33 | 0.61 | 0.55 | 27.43 | 0.44 | 0.31 |
| Hex | 73 | 4D | 2D | 0 | 21 | 3D | 37 | 1B | 2C | 1F |
| Octal | 163 | 115 | 55 | 0 | 41 | 75 | 67 | 33 | 54 | 37 |
| Binary | 1110011 | 1001101 | 101101 | 0 | 100001 | 111101 | 110111 | 11011 | 101100 | 11111 |
Color Harmonies of #734D2D
Complementary color
Monochromatic Colors of #734D2D
Black with #734D2D
Text Example
Text Example
White with #734D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734D2D; }
p { color: rgb(115,77,45); }
H1.HeaderClassName
{
color: #734D2D;
}
.AnyTagClassName
{
color: #734D2D;
}
</style>
background-color css
<style>
a { background-color: #734D2D; }
a { background-color: rgb(115,77,45); }
div.DivClassName
{
background-color: #734D2D;
}
.BgClassName
{
background-color: #734D2D;
}
</style>
border-color css
<style>
span { border-color: #734D2D; }
span { border-color: rgb(115,77,45); }
td.TdClassName
{
border-color: #734D2D;
}
.TagClassName
{
border-color: #734D2D;
}
</style>