Shades of Cape Palliser #75482C
Tints of Cape Palliser #75482C
RGB
CMYK
RGB Variations
Color information
#75482C (or 0x75482C) is known color: Cape Palliser. HEX triplet: 75, 48 and 2C. RGB value is (117,72,44). Sum of RGB (Red+Green+Blue) = 117+72+44=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 72 (28.52% from 255 or 30.90% from 233); Blue value is 44 (17.58% from 255 or 18.88% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #75482C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75482C is #8AB7D3. Grayscale: #525252. Windows color (decimal): -9091028 or 2902133. OLE color: 2902133.
HSL color Cylindrical-coordinate representation of color #75482C: hue angle of 23.01º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #75482C is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 72 | 44 | - |
| CMYK | 0 | 0.38 | 0.62 | 0.54 |
| HSL | 23.01º | 0.45% | 0.32% | - |
| HSV(B) | 23.01º | 0.62% | 0.46% | - |
| XYZ | 10.11 | 8.6 | 3.51 | - |
| YUV | 82.26 | 106.41 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 72 | 44 | 0 | 0.38 | 0.62 | 0.54 | 23.01 | 0.45 | 0.32 |
| Hex | 75 | 48 | 2C | 0 | 26 | 3E | 36 | 17 | 2D | 20 |
| Octal | 165 | 110 | 54 | 0 | 46 | 76 | 66 | 27 | 55 | 40 |
| Binary | 1110101 | 1001000 | 101100 | 0 | 100110 | 111110 | 110110 | 10111 | 101101 | 100000 |
Color Harmonies of #75482C
Complementary color
Monochromatic Colors of #75482C
Black with #75482C
Text Example
Text Example
White with #75482C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75482C; }
p { color: rgb(117,72,44); }
H1.HeaderClassName
{
color: #75482C;
}
.AnyTagClassName
{
color: #75482C;
}
</style>
background-color css
<style>
a { background-color: #75482C; }
a { background-color: rgb(117,72,44); }
div.DivClassName
{
background-color: #75482C;
}
.BgClassName
{
background-color: #75482C;
}
</style>
border-color css
<style>
span { border-color: #75482C; }
span { border-color: rgb(117,72,44); }
td.TdClassName
{
border-color: #75482C;
}
.TagClassName
{
border-color: #75482C;
}
</style>