Shades of Pale Brown #917755
Tints of Pale Brown #917755
RGB
CMYK
RGB Variations
Color information
#917755 (or 0x917755) is known color: Pale Brown. HEX triplet: 91, 77 and 55. RGB value is (145,119,85). Sum of RGB (Red+Green+Blue) = 145+119+85=349 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.55% from 349); Green value is 119 (46.88% from 255 or 34.10% from 349); Blue value is 85 (33.59% from 255 or 24.36% from 349); Max value from RGB is 145 - color contains mainly: red. Hex color #917755 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917755 is #6E88AA. Grayscale: #7B7B7B. Windows color (decimal): -7243947 or 5601169. OLE color: 5601169.
HSL color Cylindrical-coordinate representation of color #917755: hue angle of 34º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #917755 is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 119 | 85 | - |
| CMYK | 0 | 0.18 | 0.41 | 0.43 |
| HSL | 34º | 0.26% | 0.45% | - |
| HSV(B) | 34º | 0.41% | 0.57% | - |
| XYZ | 19.91 | 19.87 | 11.38 | - |
| YUV | 122.9 | 106.61 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 119 | 85 | 0 | 0.18 | 0.41 | 0.43 | 34 | 0.26 | 0.45 |
| Hex | 91 | 77 | 55 | 0 | 12 | 29 | 2B | 22 | 1A | 2D |
| Octal | 221 | 167 | 125 | 0 | 22 | 51 | 53 | 42 | 32 | 55 |
| Binary | 10010001 | 1110111 | 1010101 | 0 | 10010 | 101001 | 101011 | 100010 | 11010 | 101101 |
Color Harmonies of #917755
Complementary color
Monochromatic Colors of #917755
Black with #917755
Text Example
Text Example
White with #917755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917755; }
p { color: rgb(145,119,85); }
H1.HeaderClassName
{
color: #917755;
}
.AnyTagClassName
{
color: #917755;
}
</style>
background-color css
<style>
a { background-color: #917755; }
a { background-color: rgb(145,119,85); }
div.DivClassName
{
background-color: #917755;
}
.BgClassName
{
background-color: #917755;
}
</style>
border-color css
<style>
span { border-color: #917755; }
span { border-color: rgb(145,119,85); }
td.TdClassName
{
border-color: #917755;
}
.TagClassName
{
border-color: #917755;
}
</style>