Shades of Cape Palliser #754C2D
Tints of Cape Palliser #754C2D
RGB
CMYK
RGB Variations
Color information
#754C2D (or 0x754C2D) is known color: Cape Palliser. HEX triplet: 75, 4C and 2D. RGB value is (117,76,45). Sum of RGB (Red+Green+Blue) = 117+76+45=238 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.16% from 238); Green value is 76 (30.08% from 255 or 31.93% from 238); Blue value is 45 (17.97% from 255 or 18.91% from 238); Max value from RGB is 117 - color contains mainly: red. Hex color #754C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754C2D is #8AB3D2. Grayscale: #545454. Windows color (decimal): -9090003 or 2968693. OLE color: 2968693.
HSL color Cylindrical-coordinate representation of color #754C2D: hue angle of 25.83º degrees, saturation: 0.44, 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 #754C2D is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 76 | 45 | - |
| CMYK | 0 | 0.35 | 0.62 | 0.54 |
| HSL | 25.83º | 0.44% | 0.32% | - |
| HSV(B) | 25.83º | 0.62% | 0.46% | - |
| XYZ | 10.39 | 9.14 | 3.7 | - |
| YUV | 84.73 | 105.58 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 76 | 45 | 0 | 0.35 | 0.62 | 0.54 | 25.83 | 0.44 | 0.32 |
| Hex | 75 | 4C | 2D | 0 | 23 | 3E | 36 | 1A | 2C | 20 |
| Octal | 165 | 114 | 55 | 0 | 43 | 76 | 66 | 32 | 54 | 40 |
| Binary | 1110101 | 1001100 | 101101 | 0 | 100011 | 111110 | 110110 | 11010 | 101100 | 100000 |
Color Harmonies of #754C2D
Complementary color
Monochromatic Colors of #754C2D
Black with #754C2D
Text Example
Text Example
White with #754C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754C2D; }
p { color: rgb(117,76,45); }
H1.HeaderClassName
{
color: #754C2D;
}
.AnyTagClassName
{
color: #754C2D;
}
</style>
background-color css
<style>
a { background-color: #754C2D; }
a { background-color: rgb(117,76,45); }
div.DivClassName
{
background-color: #754C2D;
}
.BgClassName
{
background-color: #754C2D;
}
</style>
border-color css
<style>
span { border-color: #754C2D; }
span { border-color: rgb(117,76,45); }
td.TdClassName
{
border-color: #754C2D;
}
.TagClassName
{
border-color: #754C2D;
}
</style>