Shades of Pale Brown #917247
Tints of Pale Brown #917247
RGB
CMYK
RGB Variations
Color information
#917247 (or 0x917247) is known color: Pale Brown. HEX triplet: 91, 72 and 47. RGB value is (145,114,71). Sum of RGB (Red+Green+Blue) = 145+114+71=330 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.94% from 330); Green value is 114 (44.92% from 255 or 34.55% from 330); Blue value is 71 (28.12% from 255 or 21.52% from 330); Max value from RGB is 145 - color contains mainly: red. Hex color #917247 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917247 is #6E8DB8. Grayscale: #767676. Windows color (decimal): -7245241 or 4682385. OLE color: 4682385.
HSL color Cylindrical-coordinate representation of color #917247: hue angle of 34.86º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #917247 is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 114 | 71 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.43 |
| HSL | 34.86º | 0.34% | 0.42% | - |
| HSV(B) | 34.86º | 0.51% | 0.57% | - |
| XYZ | 18.83 | 18.51 | 8.54 | - |
| YUV | 118.37 | 101.27 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 114 | 71 | 0 | 0.21 | 0.51 | 0.43 | 34.86 | 0.34 | 0.42 |
| Hex | 91 | 72 | 47 | 0 | 15 | 33 | 2B | 23 | 22 | 2A |
| Octal | 221 | 162 | 107 | 0 | 25 | 63 | 53 | 43 | 42 | 52 |
| Binary | 10010001 | 1110010 | 1000111 | 0 | 10101 | 110011 | 101011 | 100011 | 100010 | 101010 |
Color Harmonies of #917247
Complementary color
Monochromatic Colors of #917247
Black with #917247
Text Example
Text Example
White with #917247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917247; }
p { color: rgb(145,114,71); }
H1.HeaderClassName
{
color: #917247;
}
.AnyTagClassName
{
color: #917247;
}
</style>
background-color css
<style>
a { background-color: #917247; }
a { background-color: rgb(145,114,71); }
div.DivClassName
{
background-color: #917247;
}
.BgClassName
{
background-color: #917247;
}
</style>
border-color css
<style>
span { border-color: #917247; }
span { border-color: rgb(145,114,71); }
td.TdClassName
{
border-color: #917247;
}
.TagClassName
{
border-color: #917247;
}
</style>