Shades of Cape Palliser #754E30
Tints of Cape Palliser #754E30
RGB
CMYK
RGB Variations
Color information
#754E30 (or 0x754E30) is known color: Cape Palliser. HEX triplet: 75, 4E and 30. RGB value is (117,78,48). Sum of RGB (Red+Green+Blue) = 117+78+48=243 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.15% from 243); Green value is 78 (30.86% from 255 or 32.10% from 243); Blue value is 48 (19.14% from 255 or 19.75% from 243); Max value from RGB is 117 - color contains mainly: red. Hex color #754E30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754E30 is #8AB1CF. Grayscale: #565656. Windows color (decimal): -9089488 or 3165813. OLE color: 3165813.
HSL color Cylindrical-coordinate representation of color #754E30: hue angle of 26.09º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #754E30 is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 78 | 48 | - |
| CMYK | 0 | 0.33 | 0.59 | 0.54 |
| HSL | 26.09º | 0.42% | 0.32% | - |
| HSV(B) | 26.09º | 0.59% | 0.46% | - |
| XYZ | 10.59 | 9.44 | 4.06 | - |
| YUV | 86.24 | 106.42 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 78 | 48 | 0 | 0.33 | 0.59 | 0.54 | 26.09 | 0.42 | 0.32 |
| Hex | 75 | 4E | 30 | 0 | 21 | 3B | 36 | 1A | 2A | 20 |
| Octal | 165 | 116 | 60 | 0 | 41 | 73 | 66 | 32 | 52 | 40 |
| Binary | 1110101 | 1001110 | 110000 | 0 | 100001 | 111011 | 110110 | 11010 | 101010 | 100000 |
Color Harmonies of #754E30
Complementary color
Monochromatic Colors of #754E30
Black with #754E30
Text Example
Text Example
White with #754E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754E30; }
p { color: rgb(117,78,48); }
H1.HeaderClassName
{
color: #754E30;
}
.AnyTagClassName
{
color: #754E30;
}
</style>
background-color css
<style>
a { background-color: #754E30; }
a { background-color: rgb(117,78,48); }
div.DivClassName
{
background-color: #754E30;
}
.BgClassName
{
background-color: #754E30;
}
</style>
border-color css
<style>
span { border-color: #754E30; }
span { border-color: rgb(117,78,48); }
td.TdClassName
{
border-color: #754E30;
}
.TagClassName
{
border-color: #754E30;
}
</style>