Shades of Pale Brown #91755A
Tints of Pale Brown #91755A
RGB
CMYK
RGB Variations
Color information
#91755A (or 0x91755A) is known color: Pale Brown. HEX triplet: 91, 75 and 5A. RGB value is (145,117,90). Sum of RGB (Red+Green+Blue) = 145+117+90=352 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.19% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 90 (35.55% from 255 or 25.57% from 352); Max value from RGB is 145 - color contains mainly: red. Hex color #91755A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91755A is #6E8AA5. Grayscale: #7A7A7A. Windows color (decimal): -7244454 or 5928337. OLE color: 5928337.
HSL color Cylindrical-coordinate representation of color #91755A: hue angle of 29.45º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #91755A is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 117 | 90 | - |
| CMYK | 0 | 0.19 | 0.38 | 0.43 |
| HSL | 29.45º | 0.23% | 0.46% | - |
| HSV(B) | 29.45º | 0.38% | 0.57% | - |
| XYZ | 19.88 | 19.48 | 12.38 | - |
| YUV | 122.29 | 109.78 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 117 | 90 | 0 | 0.19 | 0.38 | 0.43 | 29.45 | 0.23 | 0.46 |
| Hex | 91 | 75 | 5A | 0 | 13 | 26 | 2B | 1D | 17 | 2E |
| Octal | 221 | 165 | 132 | 0 | 23 | 46 | 53 | 35 | 27 | 56 |
| Binary | 10010001 | 1110101 | 1011010 | 0 | 10011 | 100110 | 101011 | 11101 | 10111 | 101110 |
Color Harmonies of #91755A
Complementary color
Monochromatic Colors of #91755A
Black with #91755A
Text Example
Text Example
White with #91755A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91755A; }
p { color: rgb(145,117,90); }
H1.HeaderClassName
{
color: #91755A;
}
.AnyTagClassName
{
color: #91755A;
}
</style>
background-color css
<style>
a { background-color: #91755A; }
a { background-color: rgb(145,117,90); }
div.DivClassName
{
background-color: #91755A;
}
.BgClassName
{
background-color: #91755A;
}
</style>
border-color css
<style>
span { border-color: #91755A; }
span { border-color: rgb(145,117,90); }
td.TdClassName
{
border-color: #91755A;
}
.TagClassName
{
border-color: #91755A;
}
</style>