Shades of Cape Palliser #75482A
Tints of Cape Palliser #75482A
RGB
CMYK
RGB Variations
Color information
#75482A (or 0x75482A) is known color: Cape Palliser. HEX triplet: 75, 48 and 2A. RGB value is (117,72,42). Sum of RGB (Red+Green+Blue) = 117+72+42=231 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.65% from 231); Green value is 72 (28.52% from 255 or 31.17% from 231); Blue value is 42 (16.80% from 255 or 18.18% from 231); Max value from RGB is 117 - color contains mainly: red. Hex color #75482A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75482A is #8AB7D5. Grayscale: #525252. Windows color (decimal): -9091030 or 2771061. OLE color: 2771061.
HSL color Cylindrical-coordinate representation of color #75482A: hue angle of 24º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #75482A is Cyan = 0, Magento = 0.38, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 72 | 42 | - |
| CMYK | 0 | 0.38 | 0.64 | 0.54 |
| HSL | 24º | 0.47% | 0.31% | - |
| HSV(B) | 24º | 0.64% | 0.46% | - |
| XYZ | 10.07 | 8.58 | 3.32 | - |
| YUV | 82.04 | 105.41 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 72 | 42 | 0 | 0.38 | 0.64 | 0.54 | 24 | 0.47 | 0.31 |
| Hex | 75 | 48 | 2A | 0 | 26 | 40 | 36 | 18 | 2F | 1F |
| Octal | 165 | 110 | 52 | 0 | 46 | 100 | 66 | 30 | 57 | 37 |
| Binary | 1110101 | 1001000 | 101010 | 0 | 100110 | 1000000 | 110110 | 11000 | 101111 | 11111 |
Color Harmonies of #75482A
Complementary color
Monochromatic Colors of #75482A
Black with #75482A
Text Example
Text Example
White with #75482A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75482A; }
p { color: rgb(117,72,42); }
H1.HeaderClassName
{
color: #75482A;
}
.AnyTagClassName
{
color: #75482A;
}
</style>
background-color css
<style>
a { background-color: #75482A; }
a { background-color: rgb(117,72,42); }
div.DivClassName
{
background-color: #75482A;
}
.BgClassName
{
background-color: #75482A;
}
</style>
border-color css
<style>
span { border-color: #75482A; }
span { border-color: rgb(117,72,42); }
td.TdClassName
{
border-color: #75482A;
}
.TagClassName
{
border-color: #75482A;
}
</style>