Shades of Pale Brown #91704D
Tints of Pale Brown #91704D
RGB
CMYK
RGB Variations
Color information
#91704D (or 0x91704D) is known color: Pale Brown. HEX triplet: 91, 70 and 4D. RGB value is (145,112,77). Sum of RGB (Red+Green+Blue) = 145+112+77=334 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.41% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 145 - color contains mainly: red. Hex color #91704D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91704D is #6E8FB2. Grayscale: #767676. Windows color (decimal): -7245747 or 5075089. OLE color: 5075089.
HSL color Cylindrical-coordinate representation of color #91704D: hue angle of 30.88º 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 #91704D is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 112 | 77 | - |
| CMYK | 0 | 0.23 | 0.47 | 0.43 |
| HSL | 30.88º | 0.31% | 0.44% | - |
| HSV(B) | 30.88º | 0.47% | 0.57% | - |
| XYZ | 18.81 | 18.14 | 9.53 | - |
| YUV | 117.88 | 104.93 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 112 | 77 | 0 | 0.23 | 0.47 | 0.43 | 30.88 | 0.31 | 0.44 |
| Hex | 91 | 70 | 4D | 0 | 17 | 2F | 2B | 1F | 1F | 2C |
| Octal | 221 | 160 | 115 | 0 | 27 | 57 | 53 | 37 | 37 | 54 |
| Binary | 10010001 | 1110000 | 1001101 | 0 | 10111 | 101111 | 101011 | 11111 | 11111 | 101100 |
Color Harmonies of #91704D
Complementary color
Monochromatic Colors of #91704D
Black with #91704D
Text Example
Text Example
White with #91704D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91704D; }
p { color: rgb(145,112,77); }
H1.HeaderClassName
{
color: #91704D;
}
.AnyTagClassName
{
color: #91704D;
}
</style>
background-color css
<style>
a { background-color: #91704D; }
a { background-color: rgb(145,112,77); }
div.DivClassName
{
background-color: #91704D;
}
.BgClassName
{
background-color: #91704D;
}
</style>
border-color css
<style>
span { border-color: #91704D; }
span { border-color: rgb(145,112,77); }
td.TdClassName
{
border-color: #91704D;
}
.TagClassName
{
border-color: #91704D;
}
</style>