Shades of Pale Brown #91774A
Tints of Pale Brown #91774A
RGB
CMYK
RGB Variations
Color information
#91774A (or 0x91774A) is known color: Pale Brown. HEX triplet: 91, 77 and 4A. RGB value is (145,119,74). Sum of RGB (Red+Green+Blue) = 145+119+74=338 (44% of max value = 765). Red value is 145 (57.03% from 255 or 42.90% from 338); Green value is 119 (46.88% from 255 or 35.21% from 338); Blue value is 74 (29.30% from 255 or 21.89% from 338); Max value from RGB is 145 - color contains mainly: red. Hex color #91774A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #91774A is #6E88B5. Grayscale: #797979. Windows color (decimal): -7243958 or 4880273. OLE color: 4880273.
HSL color Cylindrical-coordinate representation of color #91774A: hue angle of 38.03º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #91774A is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 119 | 74 | - |
| CMYK | 0 | 0.18 | 0.49 | 0.43 |
| HSL | 38.03º | 0.32% | 0.43% | - |
| HSV(B) | 38.03º | 0.49% | 0.57% | - |
| XYZ | 19.51 | 19.71 | 9.25 | - |
| YUV | 121.64 | 101.11 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 119 | 74 | 0 | 0.18 | 0.49 | 0.43 | 38.03 | 0.32 | 0.43 |
| Hex | 91 | 77 | 4A | 0 | 12 | 31 | 2B | 26 | 20 | 2B |
| Octal | 221 | 167 | 112 | 0 | 22 | 61 | 53 | 46 | 40 | 53 |
| Binary | 10010001 | 1110111 | 1001010 | 0 | 10010 | 110001 | 101011 | 100110 | 100000 | 101011 |
Color Harmonies of #91774A
Complementary color
Monochromatic Colors of #91774A
Black with #91774A
Text Example
Text Example
White with #91774A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91774A; }
p { color: rgb(145,119,74); }
H1.HeaderClassName
{
color: #91774A;
}
.AnyTagClassName
{
color: #91774A;
}
</style>
background-color css
<style>
a { background-color: #91774A; }
a { background-color: rgb(145,119,74); }
div.DivClassName
{
background-color: #91774A;
}
.BgClassName
{
background-color: #91774A;
}
</style>
border-color css
<style>
span { border-color: #91774A; }
span { border-color: rgb(145,119,74); }
td.TdClassName
{
border-color: #91774A;
}
.TagClassName
{
border-color: #91774A;
}
</style>