Shades of Pale Brown #917853
Tints of Pale Brown #917853
RGB
CMYK
RGB Variations
Color information
#917853 (or 0x917853) is known color: Pale Brown. HEX triplet: 91, 78 and 53. RGB value is (145,120,83). Sum of RGB (Red+Green+Blue) = 145+120+83=348 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.67% from 348); Green value is 120 (47.27% from 255 or 34.48% from 348); Blue value is 83 (32.81% from 255 or 23.85% from 348); Max value from RGB is 145 - color contains mainly: red. Hex color #917853 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917853 is #6E87AC. Grayscale: #7B7B7B. Windows color (decimal): -7243693 or 5470353. OLE color: 5470353.
HSL color Cylindrical-coordinate representation of color #917853: hue angle of 35.81º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #917853 is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 120 | 83 | - |
| CMYK | 0 | 0.17 | 0.43 | 0.43 |
| HSL | 35.81º | 0.27% | 0.45% | - |
| HSV(B) | 35.81º | 0.43% | 0.57% | - |
| XYZ | 19.95 | 20.08 | 11.01 | - |
| YUV | 123.26 | 105.28 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 120 | 83 | 0 | 0.17 | 0.43 | 0.43 | 35.81 | 0.27 | 0.45 |
| Hex | 91 | 78 | 53 | 0 | 11 | 2B | 2B | 24 | 1B | 2D |
| Octal | 221 | 170 | 123 | 0 | 21 | 53 | 53 | 44 | 33 | 55 |
| Binary | 10010001 | 1111000 | 1010011 | 0 | 10001 | 101011 | 101011 | 100100 | 11011 | 101101 |
Color Harmonies of #917853
Complementary color
Monochromatic Colors of #917853
Black with #917853
Text Example
Text Example
White with #917853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917853; }
p { color: rgb(145,120,83); }
H1.HeaderClassName
{
color: #917853;
}
.AnyTagClassName
{
color: #917853;
}
</style>
background-color css
<style>
a { background-color: #917853; }
a { background-color: rgb(145,120,83); }
div.DivClassName
{
background-color: #917853;
}
.BgClassName
{
background-color: #917853;
}
</style>
border-color css
<style>
span { border-color: #917853; }
span { border-color: rgb(145,120,83); }
td.TdClassName
{
border-color: #917853;
}
.TagClassName
{
border-color: #917853;
}
</style>