Shades of Cape Palliser #794A2E
Tints of Cape Palliser #794A2E
RGB
CMYK
RGB Variations
Color information
#794A2E (or 0x794A2E) is known color: Cape Palliser. HEX triplet: 79, 4A and 2E. RGB value is (121,74,46). Sum of RGB (Red+Green+Blue) = 121+74+46=241 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.21% from 241); Green value is 74 (29.30% from 255 or 30.71% from 241); Blue value is 46 (18.36% from 255 or 19.09% from 241); Max value from RGB is 121 - color contains mainly: red. Hex color #794A2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794A2E is #86B5D1. Grayscale: #555555. Windows color (decimal): -8828370 or 3033721. OLE color: 3033721.
HSL color Cylindrical-coordinate representation of color #794A2E: hue angle of 22.4º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #794A2E is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 74 | 46 | - |
| CMYK | 0 | 0.39 | 0.62 | 0.53 |
| HSL | 22.4º | 0.45% | 0.33% | - |
| HSV(B) | 22.4º | 0.62% | 0.47% | - |
| XYZ | 10.83 | 9.16 | 3.78 | - |
| YUV | 84.86 | 106.07 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 74 | 46 | 0 | 0.39 | 0.62 | 0.53 | 22.4 | 0.45 | 0.33 |
| Hex | 79 | 4A | 2E | 0 | 27 | 3E | 35 | 16 | 2D | 21 |
| Octal | 171 | 112 | 56 | 0 | 47 | 76 | 65 | 26 | 55 | 41 |
| Binary | 1111001 | 1001010 | 101110 | 0 | 100111 | 111110 | 110101 | 10110 | 101101 | 100001 |
Color Harmonies of #794A2E
Complementary color
Monochromatic Colors of #794A2E
Black with #794A2E
Text Example
Text Example
White with #794A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794A2E; }
p { color: rgb(121,74,46); }
H1.HeaderClassName
{
color: #794A2E;
}
.AnyTagClassName
{
color: #794A2E;
}
</style>
background-color css
<style>
a { background-color: #794A2E; }
a { background-color: rgb(121,74,46); }
div.DivClassName
{
background-color: #794A2E;
}
.BgClassName
{
background-color: #794A2E;
}
</style>
border-color css
<style>
span { border-color: #794A2E; }
span { border-color: rgb(121,74,46); }
td.TdClassName
{
border-color: #794A2E;
}
.TagClassName
{
border-color: #794A2E;
}
</style>