Shades of Cape Palliser #75462E
Tints of Cape Palliser #75462E
RGB
CMYK
RGB Variations
Color information
#75462E (or 0x75462E) is known color: Cape Palliser. HEX triplet: 75, 46 and 2E. RGB value is (117,70,46). Sum of RGB (Red+Green+Blue) = 117+70+46=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 70 (27.73% from 255 or 30.04% from 233); Blue value is 46 (18.36% from 255 or 19.74% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #75462E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75462E is #8AB9D1. Grayscale: #515151. Windows color (decimal): -9091538 or 3032693. OLE color: 3032693.
HSL color Cylindrical-coordinate representation of color #75462E: hue angle of 20.28º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #75462E is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 70 | 46 | - |
| CMYK | 0 | 0.40 | 0.61 | 0.54 |
| HSL | 20.28º | 0.44% | 0.32% | - |
| HSV(B) | 20.28º | 0.61% | 0.46% | - |
| XYZ | 10.02 | 8.36 | 3.67 | - |
| YUV | 81.32 | 108.07 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 70 | 46 | 0 | 0.40 | 0.61 | 0.54 | 20.28 | 0.44 | 0.32 |
| Hex | 75 | 46 | 2E | 0 | 28 | 3D | 36 | 14 | 2C | 20 |
| Octal | 165 | 106 | 56 | 0 | 50 | 75 | 66 | 24 | 54 | 40 |
| Binary | 1110101 | 1000110 | 101110 | 0 | 101000 | 111101 | 110110 | 10100 | 101100 | 100000 |
Color Harmonies of #75462E
Complementary color
Monochromatic Colors of #75462E
Black with #75462E
Text Example
Text Example
White with #75462E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75462E; }
p { color: rgb(117,70,46); }
H1.HeaderClassName
{
color: #75462E;
}
.AnyTagClassName
{
color: #75462E;
}
</style>
background-color css
<style>
a { background-color: #75462E; }
a { background-color: rgb(117,70,46); }
div.DivClassName
{
background-color: #75462E;
}
.BgClassName
{
background-color: #75462E;
}
</style>
border-color css
<style>
span { border-color: #75462E; }
span { border-color: rgb(117,70,46); }
td.TdClassName
{
border-color: #75462E;
}
.TagClassName
{
border-color: #75462E;
}
</style>