Shades of Cape Palliser #794B2C
Tints of Cape Palliser #794B2C
RGB
CMYK
RGB Variations
Color information
#794B2C (or 0x794B2C) is known color: Cape Palliser. HEX triplet: 79, 4B and 2C. RGB value is (121,75,44). Sum of RGB (Red+Green+Blue) = 121+75+44=240 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.42% from 240); Green value is 75 (29.69% from 255 or 31.25% from 240); Blue value is 44 (17.58% from 255 or 18.33% from 240); Max value from RGB is 121 - color contains mainly: red. Hex color #794B2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794B2C is #86B4D3. Grayscale: #555555. Windows color (decimal): -8828116 or 2902905. OLE color: 2902905.
HSL color Cylindrical-coordinate representation of color #794B2C: hue angle of 24.16º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #794B2C is Cyan = 0, Magento = 0.38, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 75 | 44 | - |
| CMYK | 0 | 0.38 | 0.64 | 0.53 |
| HSL | 24.16º | 0.47% | 0.32% | - |
| HSV(B) | 24.16º | 0.64% | 0.47% | - |
| XYZ | 10.86 | 9.28 | 3.6 | - |
| YUV | 85.22 | 104.74 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 75 | 44 | 0 | 0.38 | 0.64 | 0.53 | 24.16 | 0.47 | 0.32 |
| Hex | 79 | 4B | 2C | 0 | 26 | 40 | 35 | 18 | 2F | 20 |
| Octal | 171 | 113 | 54 | 0 | 46 | 100 | 65 | 30 | 57 | 40 |
| Binary | 1111001 | 1001011 | 101100 | 0 | 100110 | 1000000 | 110101 | 11000 | 101111 | 100000 |
Color Harmonies of #794B2C
Complementary color
Monochromatic Colors of #794B2C
Black with #794B2C
Text Example
Text Example
White with #794B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794B2C; }
p { color: rgb(121,75,44); }
H1.HeaderClassName
{
color: #794B2C;
}
.AnyTagClassName
{
color: #794B2C;
}
</style>
background-color css
<style>
a { background-color: #794B2C; }
a { background-color: rgb(121,75,44); }
div.DivClassName
{
background-color: #794B2C;
}
.BgClassName
{
background-color: #794B2C;
}
</style>
border-color css
<style>
span { border-color: #794B2C; }
span { border-color: rgb(121,75,44); }
td.TdClassName
{
border-color: #794B2C;
}
.TagClassName
{
border-color: #794B2C;
}
</style>