Shades of Cape Palliser #794C30
Tints of Cape Palliser #794C30
RGB
CMYK
RGB Variations
Color information
#794C30 (or 0x794C30) is known color: Cape Palliser. HEX triplet: 79, 4C and 30. RGB value is (121,76,48). Sum of RGB (Red+Green+Blue) = 121+76+48=245 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.39% from 245); Green value is 76 (30.08% from 255 or 31.02% from 245); Blue value is 48 (19.14% from 255 or 19.59% from 245); Max value from RGB is 121 - color contains mainly: red. Hex color #794C30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794C30 is #86B3CF. Grayscale: #565656. Windows color (decimal): -8827856 or 3165305. OLE color: 3165305.
HSL color Cylindrical-coordinate representation of color #794C30: hue angle of 23.01º 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 #794C30 is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 76 | 48 | - |
| CMYK | 0 | 0.37 | 0.60 | 0.53 |
| HSL | 23.01º | 0.43% | 0.33% | - |
| HSV(B) | 23.01º | 0.6% | 0.47% | - |
| XYZ | 11 | 9.45 | 4.04 | - |
| YUV | 86.26 | 106.41 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 76 | 48 | 0 | 0.37 | 0.60 | 0.53 | 23.01 | 0.43 | 0.33 |
| Hex | 79 | 4C | 30 | 0 | 25 | 3C | 35 | 17 | 2B | 21 |
| Octal | 171 | 114 | 60 | 0 | 45 | 74 | 65 | 27 | 53 | 41 |
| Binary | 1111001 | 1001100 | 110000 | 0 | 100101 | 111100 | 110101 | 10111 | 101011 | 100001 |
Color Harmonies of #794C30
Complementary color
Monochromatic Colors of #794C30
Black with #794C30
Text Example
Text Example
White with #794C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794C30; }
p { color: rgb(121,76,48); }
H1.HeaderClassName
{
color: #794C30;
}
.AnyTagClassName
{
color: #794C30;
}
</style>
background-color css
<style>
a { background-color: #794C30; }
a { background-color: rgb(121,76,48); }
div.DivClassName
{
background-color: #794C30;
}
.BgClassName
{
background-color: #794C30;
}
</style>
border-color css
<style>
span { border-color: #794C30; }
span { border-color: rgb(121,76,48); }
td.TdClassName
{
border-color: #794C30;
}
.TagClassName
{
border-color: #794C30;
}
</style>