Shades of Cape Palliser #754829
Tints of Cape Palliser #754829
RGB
CMYK
RGB Variations
Color information
#754829 (or 0x754829) is known color: Cape Palliser. HEX triplet: 75, 48 and 29. RGB value is (117,72,41). Sum of RGB (Red+Green+Blue) = 117+72+41=230 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.87% from 230); Green value is 72 (28.52% from 255 or 31.30% from 230); Blue value is 41 (16.41% from 255 or 17.83% from 230); Max value from RGB is 117 - color contains mainly: red. Hex color #754829 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754829 is #8AB7D6. Grayscale: #525252. Windows color (decimal): -9091031 or 2705525. OLE color: 2705525.
HSL color Cylindrical-coordinate representation of color #754829: hue angle of 24.47º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #754829 is Cyan = 0, Magento = 0.38, Yellow = 0.65 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 72 | 41 | - |
| CMYK | 0 | 0.38 | 0.65 | 0.54 |
| HSL | 24.47º | 0.48% | 0.31% | - |
| HSV(B) | 24.47º | 0.65% | 0.46% | - |
| XYZ | 10.05 | 8.58 | 3.22 | - |
| YUV | 81.92 | 104.91 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 72 | 41 | 0 | 0.38 | 0.65 | 0.54 | 24.47 | 0.48 | 0.31 |
| Hex | 75 | 48 | 29 | 0 | 26 | 41 | 36 | 18 | 30 | 1F |
| Octal | 165 | 110 | 51 | 0 | 46 | 101 | 66 | 30 | 60 | 37 |
| Binary | 1110101 | 1001000 | 101001 | 0 | 100110 | 1000001 | 110110 | 11000 | 110000 | 11111 |
Color Harmonies of #754829
Complementary color
Monochromatic Colors of #754829
Black with #754829
Text Example
Text Example
White with #754829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754829; }
p { color: rgb(117,72,41); }
H1.HeaderClassName
{
color: #754829;
}
.AnyTagClassName
{
color: #754829;
}
</style>
background-color css
<style>
a { background-color: #754829; }
a { background-color: rgb(117,72,41); }
div.DivClassName
{
background-color: #754829;
}
.BgClassName
{
background-color: #754829;
}
</style>
border-color css
<style>
span { border-color: #754829; }
span { border-color: rgb(117,72,41); }
td.TdClassName
{
border-color: #754829;
}
.TagClassName
{
border-color: #754829;
}
</style>