Shades of Pale Brown #91784B
Tints of Pale Brown #91784B
RGB
CMYK
RGB Variations
Color information
#91784B (or 0x91784B) is known color: Pale Brown. HEX triplet: 91, 78 and 4B. RGB value is (145,120,75). Sum of RGB (Red+Green+Blue) = 145+120+75=340 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.65% from 340); Green value is 120 (47.27% from 255 or 35.29% from 340); Blue value is 75 (29.69% from 255 or 22.06% from 340); Max value from RGB is 145 - color contains mainly: red. Hex color #91784B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #91784B is #6E87B4. Grayscale: #7A7A7A. Windows color (decimal): -7243701 or 4946065. OLE color: 4946065.
HSL color Cylindrical-coordinate representation of color #91784B: hue angle of 38.57º 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 #91784B is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 120 | 75 | - |
| CMYK | 0 | 0.17 | 0.48 | 0.43 |
| HSL | 38.57º | 0.32% | 0.43% | - |
| HSV(B) | 38.57º | 0.48% | 0.57% | - |
| XYZ | 19.66 | 19.96 | 9.47 | - |
| YUV | 122.35 | 101.28 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 120 | 75 | 0 | 0.17 | 0.48 | 0.43 | 38.57 | 0.32 | 0.43 |
| Hex | 91 | 78 | 4B | 0 | 11 | 30 | 2B | 27 | 20 | 2B |
| Octal | 221 | 170 | 113 | 0 | 21 | 60 | 53 | 47 | 40 | 53 |
| Binary | 10010001 | 1111000 | 1001011 | 0 | 10001 | 110000 | 101011 | 100111 | 100000 | 101011 |
Color Harmonies of #91784B
Complementary color
Monochromatic Colors of #91784B
Black with #91784B
Text Example
Text Example
White with #91784B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91784B; }
p { color: rgb(145,120,75); }
H1.HeaderClassName
{
color: #91784B;
}
.AnyTagClassName
{
color: #91784B;
}
</style>
background-color css
<style>
a { background-color: #91784B; }
a { background-color: rgb(145,120,75); }
div.DivClassName
{
background-color: #91784B;
}
.BgClassName
{
background-color: #91784B;
}
</style>
border-color css
<style>
span { border-color: #91784B; }
span { border-color: rgb(145,120,75); }
td.TdClassName
{
border-color: #91784B;
}
.TagClassName
{
border-color: #91784B;
}
</style>