Shades of Pale Brown #91774B
Tints of Pale Brown #91774B
RGB
CMYK
RGB Variations
Color information
#91774B (or 0x91774B) is known color: Pale Brown. HEX triplet: 91, 77 and 4B. RGB value is (145,119,75). Sum of RGB (Red+Green+Blue) = 145+119+75=339 (44% of max value = 765). Red value is 145 (57.03% from 255 or 42.77% from 339); Green value is 119 (46.88% from 255 or 35.10% from 339); Blue value is 75 (29.69% from 255 or 22.12% from 339); Max value from RGB is 145 - color contains mainly: red. Hex color #91774B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #91774B is #6E88B4. Grayscale: #797979. Windows color (decimal): -7243957 or 4945809. OLE color: 4945809.
HSL color Cylindrical-coordinate representation of color #91774B: hue angle of 37.71º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #91774B is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 119 | 75 | - |
| CMYK | 0 | 0.18 | 0.48 | 0.43 |
| HSL | 37.71º | 0.32% | 0.43% | - |
| HSV(B) | 37.71º | 0.48% | 0.57% | - |
| XYZ | 19.54 | 19.72 | 9.43 | - |
| YUV | 121.76 | 101.61 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 119 | 75 | 0 | 0.18 | 0.48 | 0.43 | 37.71 | 0.32 | 0.43 |
| Hex | 91 | 77 | 4B | 0 | 12 | 30 | 2B | 26 | 20 | 2B |
| Octal | 221 | 167 | 113 | 0 | 22 | 60 | 53 | 46 | 40 | 53 |
| Binary | 10010001 | 1110111 | 1001011 | 0 | 10010 | 110000 | 101011 | 100110 | 100000 | 101011 |
Color Harmonies of #91774B
Complementary color
Monochromatic Colors of #91774B
Black with #91774B
Text Example
Text Example
White with #91774B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91774B; }
p { color: rgb(145,119,75); }
H1.HeaderClassName
{
color: #91774B;
}
.AnyTagClassName
{
color: #91774B;
}
</style>
background-color css
<style>
a { background-color: #91774B; }
a { background-color: rgb(145,119,75); }
div.DivClassName
{
background-color: #91774B;
}
.BgClassName
{
background-color: #91774B;
}
</style>
border-color css
<style>
span { border-color: #91774B; }
span { border-color: rgb(145,119,75); }
td.TdClassName
{
border-color: #91774B;
}
.TagClassName
{
border-color: #91774B;
}
</style>