Shades of Cape Palliser #794B30
Tints of Cape Palliser #794B30
RGB
CMYK
RGB Variations
Color information
#794B30 (or 0x794B30) is known color: Cape Palliser. HEX triplet: 79, 4B and 30. RGB value is (121,75,48). Sum of RGB (Red+Green+Blue) = 121+75+48=244 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.59% from 244); Green value is 75 (29.69% from 255 or 30.74% from 244); Blue value is 48 (19.14% from 255 or 19.67% from 244); Max value from RGB is 121 - color contains mainly: red. Hex color #794B30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794B30 is #86B4CF. Grayscale: #555555. Windows color (decimal): -8828112 or 3165049. OLE color: 3165049.
HSL color Cylindrical-coordinate representation of color #794B30: hue angle of 22.19º degrees, saturation: 0.43, 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 #794B30 is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 75 | 48 | - |
| CMYK | 0 | 0.38 | 0.60 | 0.53 |
| HSL | 22.19º | 0.43% | 0.33% | - |
| HSV(B) | 22.19º | 0.6% | 0.47% | - |
| XYZ | 10.93 | 9.31 | 4.02 | - |
| YUV | 85.68 | 106.74 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 75 | 48 | 0 | 0.38 | 0.60 | 0.53 | 22.19 | 0.43 | 0.33 |
| Hex | 79 | 4B | 30 | 0 | 26 | 3C | 35 | 16 | 2B | 21 |
| Octal | 171 | 113 | 60 | 0 | 46 | 74 | 65 | 26 | 53 | 41 |
| Binary | 1111001 | 1001011 | 110000 | 0 | 100110 | 111100 | 110101 | 10110 | 101011 | 100001 |
Color Harmonies of #794B30
Complementary color
Monochromatic Colors of #794B30
Black with #794B30
Text Example
Text Example
White with #794B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794B30; }
p { color: rgb(121,75,48); }
H1.HeaderClassName
{
color: #794B30;
}
.AnyTagClassName
{
color: #794B30;
}
</style>
background-color css
<style>
a { background-color: #794B30; }
a { background-color: rgb(121,75,48); }
div.DivClassName
{
background-color: #794B30;
}
.BgClassName
{
background-color: #794B30;
}
</style>
border-color css
<style>
span { border-color: #794B30; }
span { border-color: rgb(121,75,48); }
td.TdClassName
{
border-color: #794B30;
}
.TagClassName
{
border-color: #794B30;
}
</style>