Shades of Pale Brown #917955
Tints of Pale Brown #917955
RGB
CMYK
RGB Variations
Color information
#917955 (or 0x917955) is known color: Pale Brown. HEX triplet: 91, 79 and 55. RGB value is (145,121,85). Sum of RGB (Red+Green+Blue) = 145+121+85=351 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.31% from 351); Green value is 121 (47.66% from 255 or 34.47% from 351); Blue value is 85 (33.59% from 255 or 24.22% from 351); Max value from RGB is 145 - color contains mainly: red. Hex color #917955 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917955 is #6E86AA. Grayscale: #7C7C7C. Windows color (decimal): -7243435 or 5601681. OLE color: 5601681.
HSL color Cylindrical-coordinate representation of color #917955: hue angle of 36º 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 #917955 is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 121 | 85 | - |
| CMYK | 0 | 0.17 | 0.41 | 0.43 |
| HSL | 36º | 0.26% | 0.45% | - |
| HSV(B) | 36º | 0.41% | 0.57% | - |
| XYZ | 20.15 | 20.35 | 11.46 | - |
| YUV | 124.07 | 105.95 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 121 | 85 | 0 | 0.17 | 0.41 | 0.43 | 36 | 0.26 | 0.45 |
| Hex | 91 | 79 | 55 | 0 | 11 | 29 | 2B | 24 | 1A | 2D |
| Octal | 221 | 171 | 125 | 0 | 21 | 51 | 53 | 44 | 32 | 55 |
| Binary | 10010001 | 1111001 | 1010101 | 0 | 10001 | 101001 | 101011 | 100100 | 11010 | 101101 |
Color Harmonies of #917955
Complementary color
Monochromatic Colors of #917955
Black with #917955
Text Example
Text Example
White with #917955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917955; }
p { color: rgb(145,121,85); }
H1.HeaderClassName
{
color: #917955;
}
.AnyTagClassName
{
color: #917955;
}
</style>
background-color css
<style>
a { background-color: #917955; }
a { background-color: rgb(145,121,85); }
div.DivClassName
{
background-color: #917955;
}
.BgClassName
{
background-color: #917955;
}
</style>
border-color css
<style>
span { border-color: #917955; }
span { border-color: rgb(145,121,85); }
td.TdClassName
{
border-color: #917955;
}
.TagClassName
{
border-color: #917955;
}
</style>