Shades of Cape Palliser #734A2A
Tints of Cape Palliser #734A2A
RGB
CMYK
RGB Variations
Color information
#734A2A (or 0x734A2A) is known color: Cape Palliser. HEX triplet: 73, 4A and 2A. RGB value is (115,74,42). Sum of RGB (Red+Green+Blue) = 115+74+42=231 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.78% from 231); Green value is 74 (29.30% from 255 or 32.03% from 231); Blue value is 42 (16.80% from 255 or 18.18% from 231); Max value from RGB is 115 - color contains mainly: red. Hex color #734A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734A2A is #8CB5D5. Grayscale: #525252. Windows color (decimal): -9221590 or 2771571. OLE color: 2771571.
HSL color Cylindrical-coordinate representation of color #734A2A: hue angle of 26.3º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #734A2A is Cyan = 0, Magento = 0.36, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 74 | 42 | - |
| CMYK | 0 | 0.36 | 0.63 | 0.55 |
| HSL | 26.3º | 0.46% | 0.31% | - |
| HSV(B) | 26.3º | 0.63% | 0.45% | - |
| XYZ | 9.94 | 8.71 | 3.35 | - |
| YUV | 82.61 | 105.08 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 74 | 42 | 0 | 0.36 | 0.63 | 0.55 | 26.3 | 0.46 | 0.31 |
| Hex | 73 | 4A | 2A | 0 | 24 | 3F | 37 | 1A | 2E | 1F |
| Octal | 163 | 112 | 52 | 0 | 44 | 77 | 67 | 32 | 56 | 37 |
| Binary | 1110011 | 1001010 | 101010 | 0 | 100100 | 111111 | 110111 | 11010 | 101110 | 11111 |
Color Harmonies of #734A2A
Complementary color
Monochromatic Colors of #734A2A
Black with #734A2A
Text Example
Text Example
White with #734A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734A2A; }
p { color: rgb(115,74,42); }
H1.HeaderClassName
{
color: #734A2A;
}
.AnyTagClassName
{
color: #734A2A;
}
</style>
background-color css
<style>
a { background-color: #734A2A; }
a { background-color: rgb(115,74,42); }
div.DivClassName
{
background-color: #734A2A;
}
.BgClassName
{
background-color: #734A2A;
}
</style>
border-color css
<style>
span { border-color: #734A2A; }
span { border-color: rgb(115,74,42); }
td.TdClassName
{
border-color: #734A2A;
}
.TagClassName
{
border-color: #734A2A;
}
</style>