Shades of Pale Brown #91755B
Tints of Pale Brown #91755B
RGB
CMYK
RGB Variations
Color information
#91755B (or 0x91755B) is known color: Pale Brown. HEX triplet: 91, 75 and 5B. RGB value is (145,117,91). Sum of RGB (Red+Green+Blue) = 145+117+91=353 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.08% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 91 (35.94% from 255 or 25.78% from 353); Max value from RGB is 145 - color contains mainly: red. Hex color #91755B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91755B is #6E8AA4. Grayscale: #7A7A7A. Windows color (decimal): -7244453 or 5993873. OLE color: 5993873.
HSL color Cylindrical-coordinate representation of color #91755B: hue angle of 28.89º 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 #91755B is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 117 | 91 | - |
| CMYK | 0 | 0.19 | 0.37 | 0.43 |
| HSL | 28.89º | 0.23% | 0.46% | - |
| HSV(B) | 28.89º | 0.37% | 0.57% | - |
| XYZ | 19.93 | 19.5 | 12.61 | - |
| YUV | 122.41 | 110.28 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 117 | 91 | 0 | 0.19 | 0.37 | 0.43 | 28.89 | 0.23 | 0.46 |
| Hex | 91 | 75 | 5B | 0 | 13 | 25 | 2B | 1D | 17 | 2E |
| Octal | 221 | 165 | 133 | 0 | 23 | 45 | 53 | 35 | 27 | 56 |
| Binary | 10010001 | 1110101 | 1011011 | 0 | 10011 | 100101 | 101011 | 11101 | 10111 | 101110 |
Color Harmonies of #91755B
Complementary color
Monochromatic Colors of #91755B
Black with #91755B
Text Example
Text Example
White with #91755B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91755B; }
p { color: rgb(145,117,91); }
H1.HeaderClassName
{
color: #91755B;
}
.AnyTagClassName
{
color: #91755B;
}
</style>
background-color css
<style>
a { background-color: #91755B; }
a { background-color: rgb(145,117,91); }
div.DivClassName
{
background-color: #91755B;
}
.BgClassName
{
background-color: #91755B;
}
</style>
border-color css
<style>
span { border-color: #91755B; }
span { border-color: rgb(145,117,91); }
td.TdClassName
{
border-color: #91755B;
}
.TagClassName
{
border-color: #91755B;
}
</style>