Shades of Cape Palliser #754E31
Tints of Cape Palliser #754E31
RGB
CMYK
RGB Variations
Color information
#754E31 (or 0x754E31) is known color: Cape Palliser. HEX triplet: 75, 4E and 31. RGB value is (117,78,49). Sum of RGB (Red+Green+Blue) = 117+78+49=244 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.95% from 244); Green value is 78 (30.86% from 255 or 31.97% from 244); Blue value is 49 (19.53% from 255 or 20.08% from 244); Max value from RGB is 117 - color contains mainly: red. Hex color #754E31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754E31 is #8AB1CE. Grayscale: #565656. Windows color (decimal): -9089487 or 3231349. OLE color: 3231349.
HSL color Cylindrical-coordinate representation of color #754E31: hue angle of 25.59º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #754E31 is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 78 | 49 | - |
| CMYK | 0 | 0.33 | 0.58 | 0.54 |
| HSL | 25.59º | 0.41% | 0.33% | - |
| HSV(B) | 25.59º | 0.58% | 0.46% | - |
| XYZ | 10.61 | 9.45 | 4.17 | - |
| YUV | 86.36 | 106.92 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 78 | 49 | 0 | 0.33 | 0.58 | 0.54 | 25.59 | 0.41 | 0.33 |
| Hex | 75 | 4E | 31 | 0 | 21 | 3A | 36 | 1A | 29 | 21 |
| Octal | 165 | 116 | 61 | 0 | 41 | 72 | 66 | 32 | 51 | 41 |
| Binary | 1110101 | 1001110 | 110001 | 0 | 100001 | 111010 | 110110 | 11010 | 101001 | 100001 |
Color Harmonies of #754E31
Complementary color
Monochromatic Colors of #754E31
Black with #754E31
Text Example
Text Example
White with #754E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754E31; }
p { color: rgb(117,78,49); }
H1.HeaderClassName
{
color: #754E31;
}
.AnyTagClassName
{
color: #754E31;
}
</style>
background-color css
<style>
a { background-color: #754E31; }
a { background-color: rgb(117,78,49); }
div.DivClassName
{
background-color: #754E31;
}
.BgClassName
{
background-color: #754E31;
}
</style>
border-color css
<style>
span { border-color: #754E31; }
span { border-color: rgb(117,78,49); }
td.TdClassName
{
border-color: #754E31;
}
.TagClassName
{
border-color: #754E31;
}
</style>