Shades of Cape Palliser #754D2F
Tints of Cape Palliser #754D2F
RGB
CMYK
RGB Variations
Color information
#754D2F (or 0x754D2F) is known color: Cape Palliser. HEX triplet: 75, 4D and 2F. RGB value is (117,77,47). Sum of RGB (Red+Green+Blue) = 117+77+47=241 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.55% from 241); Green value is 77 (30.47% from 255 or 31.95% from 241); Blue value is 47 (18.75% from 255 or 19.50% from 241); Max value from RGB is 117 - color contains mainly: red. Hex color #754D2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754D2F is #8AB2D0. Grayscale: #555555. Windows color (decimal): -9089745 or 3100021. OLE color: 3100021.
HSL color Cylindrical-coordinate representation of color #754D2F: hue angle of 25.71º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #754D2F is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 77 | 47 | - |
| CMYK | 0 | 0.34 | 0.60 | 0.54 |
| HSL | 25.71º | 0.43% | 0.32% | - |
| HSV(B) | 25.71º | 0.6% | 0.46% | - |
| XYZ | 10.5 | 9.29 | 3.93 | - |
| YUV | 85.54 | 106.25 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 77 | 47 | 0 | 0.34 | 0.60 | 0.54 | 25.71 | 0.43 | 0.32 |
| Hex | 75 | 4D | 2F | 0 | 22 | 3C | 36 | 1A | 2B | 20 |
| Octal | 165 | 115 | 57 | 0 | 42 | 74 | 66 | 32 | 53 | 40 |
| Binary | 1110101 | 1001101 | 101111 | 0 | 100010 | 111100 | 110110 | 11010 | 101011 | 100000 |
Color Harmonies of #754D2F
Complementary color
Monochromatic Colors of #754D2F
Black with #754D2F
Text Example
Text Example
White with #754D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754D2F; }
p { color: rgb(117,77,47); }
H1.HeaderClassName
{
color: #754D2F;
}
.AnyTagClassName
{
color: #754D2F;
}
</style>
background-color css
<style>
a { background-color: #754D2F; }
a { background-color: rgb(117,77,47); }
div.DivClassName
{
background-color: #754D2F;
}
.BgClassName
{
background-color: #754D2F;
}
</style>
border-color css
<style>
span { border-color: #754D2F; }
span { border-color: rgb(117,77,47); }
td.TdClassName
{
border-color: #754D2F;
}
.TagClassName
{
border-color: #754D2F;
}
</style>