Shades of Cape Palliser #794B31
Tints of Cape Palliser #794B31
RGB
CMYK
RGB Variations
Color information
#794B31 (or 0x794B31) is known color: Cape Palliser. HEX triplet: 79, 4B and 31. RGB value is (121,75,49). Sum of RGB (Red+Green+Blue) = 121+75+49=245 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.39% from 245); Green value is 75 (29.69% from 255 or 30.61% from 245); Blue value is 49 (19.53% from 255 or 20% from 245); Max value from RGB is 121 - color contains mainly: red. Hex color #794B31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794B31 is #86B4CE. Grayscale: #555555. Windows color (decimal): -8828111 or 3230585. OLE color: 3230585.
HSL color Cylindrical-coordinate representation of color #794B31: hue angle of 21.67º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #794B31 is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 75 | 49 | - |
| CMYK | 0 | 0.38 | 0.60 | 0.53 |
| HSL | 21.67º | 0.42% | 0.33% | - |
| HSV(B) | 21.67º | 0.6% | 0.47% | - |
| XYZ | 10.96 | 9.32 | 4.13 | - |
| YUV | 85.79 | 107.24 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 75 | 49 | 0 | 0.38 | 0.60 | 0.53 | 21.67 | 0.42 | 0.33 |
| Hex | 79 | 4B | 31 | 0 | 26 | 3C | 35 | 16 | 2A | 21 |
| Octal | 171 | 113 | 61 | 0 | 46 | 74 | 65 | 26 | 52 | 41 |
| Binary | 1111001 | 1001011 | 110001 | 0 | 100110 | 111100 | 110101 | 10110 | 101010 | 100001 |
Color Harmonies of #794B31
Complementary color
Monochromatic Colors of #794B31
Black with #794B31
Text Example
Text Example
White with #794B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794B31; }
p { color: rgb(121,75,49); }
H1.HeaderClassName
{
color: #794B31;
}
.AnyTagClassName
{
color: #794B31;
}
</style>
background-color css
<style>
a { background-color: #794B31; }
a { background-color: rgb(121,75,49); }
div.DivClassName
{
background-color: #794B31;
}
.BgClassName
{
background-color: #794B31;
}
</style>
border-color css
<style>
span { border-color: #794B31; }
span { border-color: rgb(121,75,49); }
td.TdClassName
{
border-color: #794B31;
}
.TagClassName
{
border-color: #794B31;
}
</style>