Shades of Cape Palliser #74472F
Tints of Cape Palliser #74472F
RGB
CMYK
RGB Variations
Color information
#74472F (or 0x74472F) is known color: Cape Palliser. HEX triplet: 74, 47 and 2F. RGB value is (116,71,47). Sum of RGB (Red+Green+Blue) = 116+71+47=234 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.57% from 234); Green value is 71 (28.12% from 255 or 30.34% from 234); Blue value is 47 (18.75% from 255 or 20.09% from 234); Max value from RGB is 116 - color contains mainly: red. Hex color #74472F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74472F is #8BB8D0. Grayscale: #515151. Windows color (decimal): -9156817 or 3098484. OLE color: 3098484.
HSL color Cylindrical-coordinate representation of color #74472F: hue angle of 20.87º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #74472F is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 71 | 47 | - |
| CMYK | 0 | 0.39 | 0.59 | 0.55 |
| HSL | 20.87º | 0.42% | 0.32% | - |
| HSV(B) | 20.87º | 0.59% | 0.45% | - |
| XYZ | 9.97 | 8.42 | 3.79 | - |
| YUV | 81.72 | 108.41 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 71 | 47 | 0 | 0.39 | 0.59 | 0.55 | 20.87 | 0.42 | 0.32 |
| Hex | 74 | 47 | 2F | 0 | 27 | 3B | 37 | 15 | 2A | 20 |
| Octal | 164 | 107 | 57 | 0 | 47 | 73 | 67 | 25 | 52 | 40 |
| Binary | 1110100 | 1000111 | 101111 | 0 | 100111 | 111011 | 110111 | 10101 | 101010 | 100000 |
Color Harmonies of #74472F
Complementary color
Monochromatic Colors of #74472F
Black with #74472F
Text Example
Text Example
White with #74472F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74472F; }
p { color: rgb(116,71,47); }
H1.HeaderClassName
{
color: #74472F;
}
.AnyTagClassName
{
color: #74472F;
}
</style>
background-color css
<style>
a { background-color: #74472F; }
a { background-color: rgb(116,71,47); }
div.DivClassName
{
background-color: #74472F;
}
.BgClassName
{
background-color: #74472F;
}
</style>
border-color css
<style>
span { border-color: #74472F; }
span { border-color: rgb(116,71,47); }
td.TdClassName
{
border-color: #74472F;
}
.TagClassName
{
border-color: #74472F;
}
</style>