Shades of Cape Palliser #744A32
Tints of Cape Palliser #744A32
RGB
CMYK
RGB Variations
Color information
#744A32 (or 0x744A32) is known color: Cape Palliser. HEX triplet: 74, 4A and 32. RGB value is (116,74,50). Sum of RGB (Red+Green+Blue) = 116+74+50=240 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.33% from 240); Green value is 74 (29.30% from 255 or 30.83% from 240); Blue value is 50 (19.92% from 255 or 20.83% from 240); Max value from RGB is 116 - color contains mainly: red. Hex color #744A32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744A32 is #8BB5CD. Grayscale: #535353. Windows color (decimal): -9156046 or 3295860. OLE color: 3295860.
HSL color Cylindrical-coordinate representation of color #744A32: hue angle of 21.82º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #744A32 is Cyan = 0, Magento = 0.36, Yellow = 0.57 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 74 | 50 | - |
| CMYK | 0 | 0.36 | 0.57 | 0.55 |
| HSL | 21.82º | 0.4% | 0.33% | - |
| HSV(B) | 21.82º | 0.57% | 0.45% | - |
| XYZ | 10.23 | 8.84 | 4.19 | - |
| YUV | 83.82 | 108.91 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 74 | 50 | 0 | 0.36 | 0.57 | 0.55 | 21.82 | 0.4 | 0.33 |
| Hex | 74 | 4A | 32 | 0 | 24 | 39 | 37 | 16 | 28 | 21 |
| Octal | 164 | 112 | 62 | 0 | 44 | 71 | 67 | 26 | 50 | 41 |
| Binary | 1110100 | 1001010 | 110010 | 0 | 100100 | 111001 | 110111 | 10110 | 101000 | 100001 |
Color Harmonies of #744A32
Complementary color
Monochromatic Colors of #744A32
Black with #744A32
Text Example
Text Example
White with #744A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744A32; }
p { color: rgb(116,74,50); }
H1.HeaderClassName
{
color: #744A32;
}
.AnyTagClassName
{
color: #744A32;
}
</style>
background-color css
<style>
a { background-color: #744A32; }
a { background-color: rgb(116,74,50); }
div.DivClassName
{
background-color: #744A32;
}
.BgClassName
{
background-color: #744A32;
}
</style>
border-color css
<style>
span { border-color: #744A32; }
span { border-color: rgb(116,74,50); }
td.TdClassName
{
border-color: #744A32;
}
.TagClassName
{
border-color: #744A32;
}
</style>