Shades of Cape Palliser #754E2B
Tints of Cape Palliser #754E2B
RGB
CMYK
RGB Variations
Color information
#754E2B (or 0x754E2B) is known color: Cape Palliser. HEX triplet: 75, 4E and 2B. RGB value is (117,78,43). Sum of RGB (Red+Green+Blue) = 117+78+43=238 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.16% from 238); Green value is 78 (30.86% from 255 or 32.77% from 238); Blue value is 43 (17.19% from 255 or 18.07% from 238); Max value from RGB is 117 - color contains mainly: red. Hex color #754E2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754E2B is #8AB1D4. Grayscale: #555555. Windows color (decimal): -9089493 or 2838133. OLE color: 2838133.
HSL color Cylindrical-coordinate representation of color #754E2B: hue angle of 28.38º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #754E2B is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 78 | 43 | - |
| CMYK | 0 | 0.33 | 0.63 | 0.54 |
| HSL | 28.38º | 0.46% | 0.31% | - |
| HSV(B) | 28.38º | 0.63% | 0.46% | - |
| XYZ | 10.5 | 9.41 | 3.55 | - |
| YUV | 85.67 | 103.92 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 78 | 43 | 0 | 0.33 | 0.63 | 0.54 | 28.38 | 0.46 | 0.31 |
| Hex | 75 | 4E | 2B | 0 | 21 | 3F | 36 | 1C | 2E | 1F |
| Octal | 165 | 116 | 53 | 0 | 41 | 77 | 66 | 34 | 56 | 37 |
| Binary | 1110101 | 1001110 | 101011 | 0 | 100001 | 111111 | 110110 | 11100 | 101110 | 11111 |
Color Harmonies of #754E2B
Complementary color
Monochromatic Colors of #754E2B
Black with #754E2B
Text Example
Text Example
White with #754E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754E2B; }
p { color: rgb(117,78,43); }
H1.HeaderClassName
{
color: #754E2B;
}
.AnyTagClassName
{
color: #754E2B;
}
</style>
background-color css
<style>
a { background-color: #754E2B; }
a { background-color: rgb(117,78,43); }
div.DivClassName
{
background-color: #754E2B;
}
.BgClassName
{
background-color: #754E2B;
}
</style>
border-color css
<style>
span { border-color: #754E2B; }
span { border-color: rgb(117,78,43); }
td.TdClassName
{
border-color: #754E2B;
}
.TagClassName
{
border-color: #754E2B;
}
</style>