Shades of Cape Palliser #754A2F
Tints of Cape Palliser #754A2F
RGB
CMYK
RGB Variations
Color information
#754A2F (or 0x754A2F) is known color: Cape Palliser. HEX triplet: 75, 4A and 2F. RGB value is (117,74,47). Sum of RGB (Red+Green+Blue) = 117+74+47=238 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.16% from 238); Green value is 74 (29.30% from 255 or 31.09% from 238); Blue value is 47 (18.75% from 255 or 19.75% from 238); Max value from RGB is 117 - color contains mainly: red. Hex color #754A2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754A2F is #8AB5D0. Grayscale: #535353. Windows color (decimal): -9090513 or 3099253. OLE color: 3099253.
HSL color Cylindrical-coordinate representation of color #754A2F: hue angle of 23.14º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #754A2F is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 74 | 47 | - |
| CMYK | 0 | 0.37 | 0.60 | 0.54 |
| HSL | 23.14º | 0.43% | 0.32% | - |
| HSV(B) | 23.14º | 0.6% | 0.46% | - |
| XYZ | 10.3 | 8.88 | 3.86 | - |
| YUV | 83.78 | 107.25 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 74 | 47 | 0 | 0.37 | 0.60 | 0.54 | 23.14 | 0.43 | 0.32 |
| Hex | 75 | 4A | 2F | 0 | 25 | 3C | 36 | 17 | 2B | 20 |
| Octal | 165 | 112 | 57 | 0 | 45 | 74 | 66 | 27 | 53 | 40 |
| Binary | 1110101 | 1001010 | 101111 | 0 | 100101 | 111100 | 110110 | 10111 | 101011 | 100000 |
Color Harmonies of #754A2F
Complementary color
Monochromatic Colors of #754A2F
Black with #754A2F
Text Example
Text Example
White with #754A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754A2F; }
p { color: rgb(117,74,47); }
H1.HeaderClassName
{
color: #754A2F;
}
.AnyTagClassName
{
color: #754A2F;
}
</style>
background-color css
<style>
a { background-color: #754A2F; }
a { background-color: rgb(117,74,47); }
div.DivClassName
{
background-color: #754A2F;
}
.BgClassName
{
background-color: #754A2F;
}
</style>
border-color css
<style>
span { border-color: #754A2F; }
span { border-color: rgb(117,74,47); }
td.TdClassName
{
border-color: #754A2F;
}
.TagClassName
{
border-color: #754A2F;
}
</style>