Shades of Cape Palliser #754C30
Tints of Cape Palliser #754C30
RGB
CMYK
RGB Variations
Color information
#754C30 (or 0x754C30) is known color: Cape Palliser. HEX triplet: 75, 4C and 30. RGB value is (117,76,48). Sum of RGB (Red+Green+Blue) = 117+76+48=241 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.55% from 241); Green value is 76 (30.08% from 255 or 31.54% from 241); Blue value is 48 (19.14% from 255 or 19.92% from 241); Max value from RGB is 117 - color contains mainly: red. Hex color #754C30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754C30 is #8AB3CF. Grayscale: #555555. Windows color (decimal): -9090000 or 3165301. OLE color: 3165301.
HSL color Cylindrical-coordinate representation of color #754C30: hue angle of 24.35º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #754C30 is Cyan = 0, Magento = 0.35, Yellow = 0.59 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 76 | 48 | - |
| CMYK | 0 | 0.35 | 0.59 | 0.54 |
| HSL | 24.35º | 0.42% | 0.32% | - |
| HSV(B) | 24.35º | 0.59% | 0.46% | - |
| XYZ | 10.45 | 9.16 | 4.01 | - |
| YUV | 85.07 | 107.08 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 76 | 48 | 0 | 0.35 | 0.59 | 0.54 | 24.35 | 0.42 | 0.32 |
| Hex | 75 | 4C | 30 | 0 | 23 | 3B | 36 | 18 | 2A | 20 |
| Octal | 165 | 114 | 60 | 0 | 43 | 73 | 66 | 30 | 52 | 40 |
| Binary | 1110101 | 1001100 | 110000 | 0 | 100011 | 111011 | 110110 | 11000 | 101010 | 100000 |
Color Harmonies of #754C30
Complementary color
Monochromatic Colors of #754C30
Black with #754C30
Text Example
Text Example
White with #754C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754C30; }
p { color: rgb(117,76,48); }
H1.HeaderClassName
{
color: #754C30;
}
.AnyTagClassName
{
color: #754C30;
}
</style>
background-color css
<style>
a { background-color: #754C30; }
a { background-color: rgb(117,76,48); }
div.DivClassName
{
background-color: #754C30;
}
.BgClassName
{
background-color: #754C30;
}
</style>
border-color css
<style>
span { border-color: #754C30; }
span { border-color: rgb(117,76,48); }
td.TdClassName
{
border-color: #754C30;
}
.TagClassName
{
border-color: #754C30;
}
</style>