Shades of Cape Palliser #754D2B
Tints of Cape Palliser #754D2B
RGB
CMYK
RGB Variations
Color information
#754D2B (or 0x754D2B) is known color: Cape Palliser. HEX triplet: 75, 4D and 2B. RGB value is (117,77,43). Sum of RGB (Red+Green+Blue) = 117+77+43=237 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.37% from 237); Green value is 77 (30.47% from 255 or 32.49% from 237); Blue value is 43 (17.19% from 255 or 18.14% from 237); Max value from RGB is 117 - color contains mainly: red. Hex color #754D2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754D2B is #8AB2D4. Grayscale: #555555. Windows color (decimal): -9089749 or 2837877. OLE color: 2837877.
HSL color Cylindrical-coordinate representation of color #754D2B: hue angle of 27.57º 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 #754D2B is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 77 | 43 | - |
| CMYK | 0 | 0.34 | 0.63 | 0.54 |
| HSL | 27.57º | 0.46% | 0.31% | - |
| HSV(B) | 27.57º | 0.63% | 0.46% | - |
| XYZ | 10.43 | 9.26 | 3.52 | - |
| YUV | 85.08 | 104.25 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 77 | 43 | 0 | 0.34 | 0.63 | 0.54 | 27.57 | 0.46 | 0.31 |
| Hex | 75 | 4D | 2B | 0 | 22 | 3F | 36 | 1C | 2E | 1F |
| Octal | 165 | 115 | 53 | 0 | 42 | 77 | 66 | 34 | 56 | 37 |
| Binary | 1110101 | 1001101 | 101011 | 0 | 100010 | 111111 | 110110 | 11100 | 101110 | 11111 |
Color Harmonies of #754D2B
Complementary color
Monochromatic Colors of #754D2B
Black with #754D2B
Text Example
Text Example
White with #754D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754D2B; }
p { color: rgb(117,77,43); }
H1.HeaderClassName
{
color: #754D2B;
}
.AnyTagClassName
{
color: #754D2B;
}
</style>
background-color css
<style>
a { background-color: #754D2B; }
a { background-color: rgb(117,77,43); }
div.DivClassName
{
background-color: #754D2B;
}
.BgClassName
{
background-color: #754D2B;
}
</style>
border-color css
<style>
span { border-color: #754D2B; }
span { border-color: rgb(117,77,43); }
td.TdClassName
{
border-color: #754D2B;
}
.TagClassName
{
border-color: #754D2B;
}
</style>