Shades of Pale Brown #917A5B
Tints of Pale Brown #917A5B
RGB
CMYK
RGB Variations
Color information
#917A5B (or 0x917A5B) is known color: Pale Brown. HEX triplet: 91, 7A and 5B. RGB value is (145,122,91). Sum of RGB (Red+Green+Blue) = 145+122+91=358 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.50% from 358); Green value is 122 (48.05% from 255 or 34.08% from 358); Blue value is 91 (35.94% from 255 or 25.42% from 358); Max value from RGB is 145 - color contains mainly: red. Hex color #917A5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917A5B is #6E85A4. Grayscale: #7D7D7D. Windows color (decimal): -7243173 or 5995153. OLE color: 5995153.
HSL color Cylindrical-coordinate representation of color #917A5B: hue angle of 34.44º 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 #917A5B is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 122 | 91 | - |
| CMYK | 0 | 0.16 | 0.37 | 0.43 |
| HSL | 34.44º | 0.23% | 0.46% | - |
| HSV(B) | 34.44º | 0.37% | 0.57% | - |
| XYZ | 20.52 | 20.69 | 12.81 | - |
| YUV | 125.34 | 108.62 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 122 | 91 | 0 | 0.16 | 0.37 | 0.43 | 34.44 | 0.23 | 0.46 |
| Hex | 91 | 7A | 5B | 0 | 10 | 25 | 2B | 22 | 17 | 2E |
| Octal | 221 | 172 | 133 | 0 | 20 | 45 | 53 | 42 | 27 | 56 |
| Binary | 10010001 | 1111010 | 1011011 | 0 | 10000 | 100101 | 101011 | 100010 | 10111 | 101110 |
Color Harmonies of #917A5B
Complementary color
Monochromatic Colors of #917A5B
Black with #917A5B
Text Example
Text Example
White with #917A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917A5B; }
p { color: rgb(145,122,91); }
H1.HeaderClassName
{
color: #917A5B;
}
.AnyTagClassName
{
color: #917A5B;
}
</style>
background-color css
<style>
a { background-color: #917A5B; }
a { background-color: rgb(145,122,91); }
div.DivClassName
{
background-color: #917A5B;
}
.BgClassName
{
background-color: #917A5B;
}
</style>
border-color css
<style>
span { border-color: #917A5B; }
span { border-color: rgb(145,122,91); }
td.TdClassName
{
border-color: #917A5B;
}
.TagClassName
{
border-color: #917A5B;
}
</style>