Shades of Pale Brown #917A51
Tints of Pale Brown #917A51
RGB
CMYK
RGB Variations
Color information
#917A51 (or 0x917A51) is known color: Pale Brown. HEX triplet: 91, 7A and 51. RGB value is (145,122,81). Sum of RGB (Red+Green+Blue) = 145+122+81=348 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.67% from 348); Green value is 122 (48.05% from 255 or 35.06% from 348); Blue value is 81 (32.03% from 255 or 23.28% from 348); Max value from RGB is 145 - color contains mainly: red. Hex color #917A51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917A51 is #6E85AE. Grayscale: #7C7C7C. Windows color (decimal): -7243183 or 5339793. OLE color: 5339793.
HSL color Cylindrical-coordinate representation of color #917A51: hue angle of 38.44º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #917A51 is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 122 | 81 | - |
| CMYK | 0 | 0.16 | 0.44 | 0.43 |
| HSL | 38.44º | 0.28% | 0.44% | - |
| HSV(B) | 38.44º | 0.44% | 0.57% | - |
| XYZ | 20.12 | 20.53 | 10.69 | - |
| YUV | 124.2 | 103.62 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 122 | 81 | 0 | 0.16 | 0.44 | 0.43 | 38.44 | 0.28 | 0.44 |
| Hex | 91 | 7A | 51 | 0 | 10 | 2C | 2B | 26 | 1C | 2C |
| Octal | 221 | 172 | 121 | 0 | 20 | 54 | 53 | 46 | 34 | 54 |
| Binary | 10010001 | 1111010 | 1010001 | 0 | 10000 | 101100 | 101011 | 100110 | 11100 | 101100 |
Color Harmonies of #917A51
Complementary color
Monochromatic Colors of #917A51
Black with #917A51
Text Example
Text Example
White with #917A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917A51; }
p { color: rgb(145,122,81); }
H1.HeaderClassName
{
color: #917A51;
}
.AnyTagClassName
{
color: #917A51;
}
</style>
background-color css
<style>
a { background-color: #917A51; }
a { background-color: rgb(145,122,81); }
div.DivClassName
{
background-color: #917A51;
}
.BgClassName
{
background-color: #917A51;
}
</style>
border-color css
<style>
span { border-color: #917A51; }
span { border-color: rgb(145,122,81); }
td.TdClassName
{
border-color: #917A51;
}
.TagClassName
{
border-color: #917A51;
}
</style>