Shades of Pale Brown #91714D
Tints of Pale Brown #91714D
RGB
CMYK
RGB Variations
Color information
#91714D (or 0x91714D) is known color: Pale Brown. HEX triplet: 91, 71 and 4D. RGB value is (145,113,77). Sum of RGB (Red+Green+Blue) = 145+113+77=335 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.28% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 145 - color contains mainly: red. Hex color #91714D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91714D is #6E8EB2. Grayscale: #767676. Windows color (decimal): -7245491 or 5075345. OLE color: 5075345.
HSL color Cylindrical-coordinate representation of color #91714D: hue angle of 31.76º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #91714D is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 113 | 77 | - |
| CMYK | 0 | 0.22 | 0.47 | 0.43 |
| HSL | 31.76º | 0.31% | 0.44% | - |
| HSV(B) | 31.76º | 0.47% | 0.57% | - |
| XYZ | 18.92 | 18.37 | 9.57 | - |
| YUV | 118.46 | 104.6 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 113 | 77 | 0 | 0.22 | 0.47 | 0.43 | 31.76 | 0.31 | 0.44 |
| Hex | 91 | 71 | 4D | 0 | 16 | 2F | 2B | 20 | 1F | 2C |
| Octal | 221 | 161 | 115 | 0 | 26 | 57 | 53 | 40 | 37 | 54 |
| Binary | 10010001 | 1110001 | 1001101 | 0 | 10110 | 101111 | 101011 | 100000 | 11111 | 101100 |
Color Harmonies of #91714D
Complementary color
Monochromatic Colors of #91714D
Black with #91714D
Text Example
Text Example
White with #91714D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91714D; }
p { color: rgb(145,113,77); }
H1.HeaderClassName
{
color: #91714D;
}
.AnyTagClassName
{
color: #91714D;
}
</style>
background-color css
<style>
a { background-color: #91714D; }
a { background-color: rgb(145,113,77); }
div.DivClassName
{
background-color: #91714D;
}
.BgClassName
{
background-color: #91714D;
}
</style>
border-color css
<style>
span { border-color: #91714D; }
span { border-color: rgb(145,113,77); }
td.TdClassName
{
border-color: #91714D;
}
.TagClassName
{
border-color: #91714D;
}
</style>