Shades of Cape Palliser #734A2D
Tints of Cape Palliser #734A2D
RGB
CMYK
RGB Variations
Color information
#734A2D (or 0x734A2D) is known color: Cape Palliser. HEX triplet: 73, 4A and 2D. RGB value is (115,74,45). Sum of RGB (Red+Green+Blue) = 115+74+45=234 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.15% from 234); Green value is 74 (29.30% from 255 or 31.62% from 234); Blue value is 45 (17.97% from 255 or 19.23% from 234); Max value from RGB is 115 - color contains mainly: red. Hex color #734A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734A2D is #8CB5D2. Grayscale: #535353. Windows color (decimal): -9221587 or 2968179. OLE color: 2968179.
HSL color Cylindrical-coordinate representation of color #734A2D: hue angle of 24.86º 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 #734A2D is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 74 | 45 | - |
| CMYK | 0 | 0.36 | 0.61 | 0.55 |
| HSL | 24.86º | 0.44% | 0.31% | - |
| HSV(B) | 24.86º | 0.61% | 0.45% | - |
| XYZ | 9.99 | 8.73 | 3.64 | - |
| YUV | 82.95 | 106.58 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 74 | 45 | 0 | 0.36 | 0.61 | 0.55 | 24.86 | 0.44 | 0.31 |
| Hex | 73 | 4A | 2D | 0 | 24 | 3D | 37 | 19 | 2C | 1F |
| Octal | 163 | 112 | 55 | 0 | 44 | 75 | 67 | 31 | 54 | 37 |
| Binary | 1110011 | 1001010 | 101101 | 0 | 100100 | 111101 | 110111 | 11001 | 101100 | 11111 |
Color Harmonies of #734A2D
Complementary color
Monochromatic Colors of #734A2D
Black with #734A2D
Text Example
Text Example
White with #734A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734A2D; }
p { color: rgb(115,74,45); }
H1.HeaderClassName
{
color: #734A2D;
}
.AnyTagClassName
{
color: #734A2D;
}
</style>
background-color css
<style>
a { background-color: #734A2D; }
a { background-color: rgb(115,74,45); }
div.DivClassName
{
background-color: #734A2D;
}
.BgClassName
{
background-color: #734A2D;
}
</style>
border-color css
<style>
span { border-color: #734A2D; }
span { border-color: rgb(115,74,45); }
td.TdClassName
{
border-color: #734A2D;
}
.TagClassName
{
border-color: #734A2D;
}
</style>