Shades of Cape Palliser #74482D
Tints of Cape Palliser #74482D
RGB
CMYK
RGB Variations
Color information
#74482D (or 0x74482D) is known color: Cape Palliser. HEX triplet: 74, 48 and 2D. RGB value is (116,72,45). Sum of RGB (Red+Green+Blue) = 116+72+45=233 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.79% from 233); Green value is 72 (28.52% from 255 or 30.90% from 233); Blue value is 45 (17.97% from 255 or 19.31% from 233); Max value from RGB is 116 - color contains mainly: red. Hex color #74482D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74482D is #8BB7D2. Grayscale: #525252. Windows color (decimal): -9156563 or 2967668. OLE color: 2967668.
HSL color Cylindrical-coordinate representation of color #74482D: hue angle of 22.82º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #74482D is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 72 | 45 | - |
| CMYK | 0 | 0.38 | 0.61 | 0.55 |
| HSL | 22.82º | 0.44% | 0.32% | - |
| HSV(B) | 22.82º | 0.61% | 0.45% | - |
| XYZ | 9.99 | 8.54 | 3.6 | - |
| YUV | 82.08 | 107.08 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 72 | 45 | 0 | 0.38 | 0.61 | 0.55 | 22.82 | 0.44 | 0.32 |
| Hex | 74 | 48 | 2D | 0 | 26 | 3D | 37 | 17 | 2C | 20 |
| Octal | 164 | 110 | 55 | 0 | 46 | 75 | 67 | 27 | 54 | 40 |
| Binary | 1110100 | 1001000 | 101101 | 0 | 100110 | 111101 | 110111 | 10111 | 101100 | 100000 |
Color Harmonies of #74482D
Complementary color
Monochromatic Colors of #74482D
Black with #74482D
Text Example
Text Example
White with #74482D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74482D; }
p { color: rgb(116,72,45); }
H1.HeaderClassName
{
color: #74482D;
}
.AnyTagClassName
{
color: #74482D;
}
</style>
background-color css
<style>
a { background-color: #74482D; }
a { background-color: rgb(116,72,45); }
div.DivClassName
{
background-color: #74482D;
}
.BgClassName
{
background-color: #74482D;
}
</style>
border-color css
<style>
span { border-color: #74482D; }
span { border-color: rgb(116,72,45); }
td.TdClassName
{
border-color: #74482D;
}
.TagClassName
{
border-color: #74482D;
}
</style>