Shades of Pale Brown #917A59
Tints of Pale Brown #917A59
RGB
CMYK
RGB Variations
Color information
#917A59 (or 0x917A59) is known color: Pale Brown. HEX triplet: 91, 7A and 59. RGB value is (145,122,89). Sum of RGB (Red+Green+Blue) = 145+122+89=356 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.73% from 356); Green value is 122 (48.05% from 255 or 34.27% from 356); Blue value is 89 (35.16% from 255 or 25% from 356); Max value from RGB is 145 - color contains mainly: red. Hex color #917A59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917A59 is #6E85A6. Grayscale: #7D7D7D. Windows color (decimal): -7243175 or 5864081. OLE color: 5864081.
HSL color Cylindrical-coordinate representation of color #917A59: hue angle of 35.36º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #917A59 is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 122 | 89 | - |
| CMYK | 0 | 0.16 | 0.39 | 0.43 |
| HSL | 35.36º | 0.24% | 0.46% | - |
| HSV(B) | 35.36º | 0.39% | 0.57% | - |
| XYZ | 20.44 | 20.66 | 12.36 | - |
| YUV | 125.12 | 107.62 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 122 | 89 | 0 | 0.16 | 0.39 | 0.43 | 35.36 | 0.24 | 0.46 |
| Hex | 91 | 7A | 59 | 0 | 10 | 27 | 2B | 23 | 18 | 2E |
| Octal | 221 | 172 | 131 | 0 | 20 | 47 | 53 | 43 | 30 | 56 |
| Binary | 10010001 | 1111010 | 1011001 | 0 | 10000 | 100111 | 101011 | 100011 | 11000 | 101110 |
Color Harmonies of #917A59
Complementary color
Monochromatic Colors of #917A59
Black with #917A59
Text Example
Text Example
White with #917A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917A59; }
p { color: rgb(145,122,89); }
H1.HeaderClassName
{
color: #917A59;
}
.AnyTagClassName
{
color: #917A59;
}
</style>
background-color css
<style>
a { background-color: #917A59; }
a { background-color: rgb(145,122,89); }
div.DivClassName
{
background-color: #917A59;
}
.BgClassName
{
background-color: #917A59;
}
</style>
border-color css
<style>
span { border-color: #917A59; }
span { border-color: rgb(145,122,89); }
td.TdClassName
{
border-color: #917A59;
}
.TagClassName
{
border-color: #917A59;
}
</style>