Shades of Pale Brown #917155
Tints of Pale Brown #917155
RGB
CMYK
RGB Variations
Color information
#917155 (or 0x917155) is known color: Pale Brown. HEX triplet: 91, 71 and 55. RGB value is (145,113,85). Sum of RGB (Red+Green+Blue) = 145+113+85=343 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.27% from 343); Green value is 113 (44.53% from 255 or 32.94% from 343); Blue value is 85 (33.59% from 255 or 24.78% from 343); Max value from RGB is 145 - color contains mainly: red. Hex color #917155 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917155 is #6E8EAA. Grayscale: #777777. Windows color (decimal): -7245483 or 5599633. OLE color: 5599633.
HSL color Cylindrical-coordinate representation of color #917155: hue angle of 28º 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 #917155 is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 113 | 85 | - |
| CMYK | 0 | 0.22 | 0.41 | 0.43 |
| HSL | 28º | 0.26% | 0.45% | - |
| HSV(B) | 28º | 0.41% | 0.57% | - |
| XYZ | 19.22 | 18.49 | 11.15 | - |
| YUV | 119.38 | 108.6 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 113 | 85 | 0 | 0.22 | 0.41 | 0.43 | 28 | 0.26 | 0.45 |
| Hex | 91 | 71 | 55 | 0 | 16 | 29 | 2B | 1C | 1A | 2D |
| Octal | 221 | 161 | 125 | 0 | 26 | 51 | 53 | 34 | 32 | 55 |
| Binary | 10010001 | 1110001 | 1010101 | 0 | 10110 | 101001 | 101011 | 11100 | 11010 | 101101 |
Color Harmonies of #917155
Complementary color
Monochromatic Colors of #917155
Black with #917155
Text Example
Text Example
White with #917155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917155; }
p { color: rgb(145,113,85); }
H1.HeaderClassName
{
color: #917155;
}
.AnyTagClassName
{
color: #917155;
}
</style>
background-color css
<style>
a { background-color: #917155; }
a { background-color: rgb(145,113,85); }
div.DivClassName
{
background-color: #917155;
}
.BgClassName
{
background-color: #917155;
}
</style>
border-color css
<style>
span { border-color: #917155; }
span { border-color: rgb(145,113,85); }
td.TdClassName
{
border-color: #917155;
}
.TagClassName
{
border-color: #917155;
}
</style>