Shades of Cape Palliser #754F32
Tints of Cape Palliser #754F32
RGB
CMYK
RGB Variations
Color information
#754F32 (or 0x754F32) is known color: Cape Palliser. HEX triplet: 75, 4F and 32. RGB value is (117,79,50). Sum of RGB (Red+Green+Blue) = 117+79+50=246 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.56% from 246); Green value is 79 (31.25% from 255 or 32.11% from 246); Blue value is 50 (19.92% from 255 or 20.33% from 246); Max value from RGB is 117 - color contains mainly: red. Hex color #754F32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754F32 is #8AB0CD. Grayscale: #575757. Windows color (decimal): -9089230 or 3297141. OLE color: 3297141.
HSL color Cylindrical-coordinate representation of color #754F32: hue angle of 25.97º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #754F32 is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 79 | 50 | - |
| CMYK | 0 | 0.32 | 0.57 | 0.54 |
| HSL | 25.97º | 0.4% | 0.33% | - |
| HSV(B) | 25.97º | 0.57% | 0.46% | - |
| XYZ | 10.71 | 9.6 | 4.31 | - |
| YUV | 87.06 | 107.09 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 79 | 50 | 0 | 0.32 | 0.57 | 0.54 | 25.97 | 0.4 | 0.33 |
| Hex | 75 | 4F | 32 | 0 | 20 | 39 | 36 | 1A | 28 | 21 |
| Octal | 165 | 117 | 62 | 0 | 40 | 71 | 66 | 32 | 50 | 41 |
| Binary | 1110101 | 1001111 | 110010 | 0 | 100000 | 111001 | 110110 | 11010 | 101000 | 100001 |
Color Harmonies of #754F32
Complementary color
Monochromatic Colors of #754F32
Black with #754F32
Text Example
Text Example
White with #754F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754F32; }
p { color: rgb(117,79,50); }
H1.HeaderClassName
{
color: #754F32;
}
.AnyTagClassName
{
color: #754F32;
}
</style>
background-color css
<style>
a { background-color: #754F32; }
a { background-color: rgb(117,79,50); }
div.DivClassName
{
background-color: #754F32;
}
.BgClassName
{
background-color: #754F32;
}
</style>
border-color css
<style>
span { border-color: #754F32; }
span { border-color: rgb(117,79,50); }
td.TdClassName
{
border-color: #754F32;
}
.TagClassName
{
border-color: #754F32;
}
</style>