Shades of Cape Palliser #745031
Tints of Cape Palliser #745031
RGB
CMYK
RGB Variations
Color information
#745031 (or 0x745031) is known color: Cape Palliser. HEX triplet: 74, 50 and 31. RGB value is (116,80,49). Sum of RGB (Red+Green+Blue) = 116+80+49=245 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.35% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 49 (19.53% from 255 or 20% from 245); Max value from RGB is 116 - color contains mainly: red. Hex color #745031 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745031 is #8BAFCE. Grayscale: #575757. Windows color (decimal): -9154511 or 3231860. OLE color: 3231860.
HSL color Cylindrical-coordinate representation of color #745031: hue angle of 27.76º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #745031 is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 80 | 49 | - |
| CMYK | 0 | 0.31 | 0.58 | 0.55 |
| HSL | 27.76º | 0.41% | 0.32% | - |
| HSV(B) | 27.76º | 0.58% | 0.45% | - |
| XYZ | 10.63 | 9.67 | 4.21 | - |
| YUV | 87.23 | 106.43 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 80 | 49 | 0 | 0.31 | 0.58 | 0.55 | 27.76 | 0.41 | 0.32 |
| Hex | 74 | 50 | 31 | 0 | 1F | 3A | 37 | 1C | 29 | 20 |
| Octal | 164 | 120 | 61 | 0 | 37 | 72 | 67 | 34 | 51 | 40 |
| Binary | 1110100 | 1010000 | 110001 | 0 | 11111 | 111010 | 110111 | 11100 | 101001 | 100000 |
Color Harmonies of #745031
Complementary color
Monochromatic Colors of #745031
Black with #745031
Text Example
Text Example
White with #745031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745031; }
p { color: rgb(116,80,49); }
H1.HeaderClassName
{
color: #745031;
}
.AnyTagClassName
{
color: #745031;
}
</style>
background-color css
<style>
a { background-color: #745031; }
a { background-color: rgb(116,80,49); }
div.DivClassName
{
background-color: #745031;
}
.BgClassName
{
background-color: #745031;
}
</style>
border-color css
<style>
span { border-color: #745031; }
span { border-color: rgb(116,80,49); }
td.TdClassName
{
border-color: #745031;
}
.TagClassName
{
border-color: #745031;
}
</style>