Shades of Pale Brown #91785B
Tints of Pale Brown #91785B
RGB
CMYK
RGB Variations
Color information
#91785B (or 0x91785B) is known color: Pale Brown. HEX triplet: 91, 78 and 5B. RGB value is (145,120,91). Sum of RGB (Red+Green+Blue) = 145+120+91=356 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.73% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 91 (35.94% from 255 or 25.56% from 356); Max value from RGB is 145 - color contains mainly: red. Hex color #91785B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91785B is #6E87A4. Grayscale: #7C7C7C. Windows color (decimal): -7243685 or 5994641. OLE color: 5994641.
HSL color Cylindrical-coordinate representation of color #91785B: hue angle of 32.22º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #91785B is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 120 | 91 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.43 |
| HSL | 32.22º | 0.23% | 0.46% | - |
| HSV(B) | 32.22º | 0.37% | 0.57% | - |
| XYZ | 20.28 | 20.21 | 12.73 | - |
| YUV | 124.17 | 109.28 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 120 | 91 | 0 | 0.17 | 0.37 | 0.43 | 32.22 | 0.23 | 0.46 |
| Hex | 91 | 78 | 5B | 0 | 11 | 25 | 2B | 20 | 17 | 2E |
| Octal | 221 | 170 | 133 | 0 | 21 | 45 | 53 | 40 | 27 | 56 |
| Binary | 10010001 | 1111000 | 1011011 | 0 | 10001 | 100101 | 101011 | 100000 | 10111 | 101110 |
Color Harmonies of #91785B
Complementary color
Monochromatic Colors of #91785B
Black with #91785B
Text Example
Text Example
White with #91785B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91785B; }
p { color: rgb(145,120,91); }
H1.HeaderClassName
{
color: #91785B;
}
.AnyTagClassName
{
color: #91785B;
}
</style>
background-color css
<style>
a { background-color: #91785B; }
a { background-color: rgb(145,120,91); }
div.DivClassName
{
background-color: #91785B;
}
.BgClassName
{
background-color: #91785B;
}
</style>
border-color css
<style>
span { border-color: #91785B; }
span { border-color: rgb(145,120,91); }
td.TdClassName
{
border-color: #91785B;
}
.TagClassName
{
border-color: #91785B;
}
</style>