Shades of Cape Palliser #754A35
Tints of Cape Palliser #754A35
RGB
CMYK
RGB Variations
Color information
#754A35 (or 0x754A35) is known color: Cape Palliser. HEX triplet: 75, 4A and 35. RGB value is (117,74,53). Sum of RGB (Red+Green+Blue) = 117+74+53=244 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.95% from 244); Green value is 74 (29.30% from 255 or 30.33% from 244); Blue value is 53 (21.09% from 255 or 21.72% from 244); Max value from RGB is 117 - color contains mainly: red. Hex color #754A35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754A35 is #8AB5CA. Grayscale: #545454. Windows color (decimal): -9090507 or 3492469. OLE color: 3492469.
HSL color Cylindrical-coordinate representation of color #754A35: hue angle of 19.69º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #754A35 is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 74 | 53 | - |
| CMYK | 0 | 0.37 | 0.55 | 0.54 |
| HSL | 19.69º | 0.38% | 0.33% | - |
| HSV(B) | 19.69º | 0.55% | 0.46% | - |
| XYZ | 10.43 | 8.94 | 4.54 | - |
| YUV | 84.46 | 110.25 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 74 | 53 | 0 | 0.37 | 0.55 | 0.54 | 19.69 | 0.38 | 0.33 |
| Hex | 75 | 4A | 35 | 0 | 25 | 37 | 36 | 14 | 26 | 21 |
| Octal | 165 | 112 | 65 | 0 | 45 | 67 | 66 | 24 | 46 | 41 |
| Binary | 1110101 | 1001010 | 110101 | 0 | 100101 | 110111 | 110110 | 10100 | 100110 | 100001 |
Color Harmonies of #754A35
Complementary color
Monochromatic Colors of #754A35
Black with #754A35
Text Example
Text Example
White with #754A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754A35; }
p { color: rgb(117,74,53); }
H1.HeaderClassName
{
color: #754A35;
}
.AnyTagClassName
{
color: #754A35;
}
</style>
background-color css
<style>
a { background-color: #754A35; }
a { background-color: rgb(117,74,53); }
div.DivClassName
{
background-color: #754A35;
}
.BgClassName
{
background-color: #754A35;
}
</style>
border-color css
<style>
span { border-color: #754A35; }
span { border-color: rgb(117,74,53); }
td.TdClassName
{
border-color: #754A35;
}
.TagClassName
{
border-color: #754A35;
}
</style>