Shades of Pale Brown #917951
Tints of Pale Brown #917951
RGB
CMYK
RGB Variations
Color information
#917951 (or 0x917951) is known color: Pale Brown. HEX triplet: 91, 79 and 51. RGB value is (145,121,81). Sum of RGB (Red+Green+Blue) = 145+121+81=347 (45% of max value = 765). Red value is 145 (57.03% from 255 or 41.79% from 347); Green value is 121 (47.66% from 255 or 34.87% from 347); Blue value is 81 (32.03% from 255 or 23.34% from 347); Max value from RGB is 145 - color contains mainly: red. Hex color #917951 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917951 is #6E86AE. Grayscale: #7B7B7B. Windows color (decimal): -7243439 or 5339537. OLE color: 5339537.
HSL color Cylindrical-coordinate representation of color #917951: hue angle of 37.5º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #917951 is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 121 | 81 | - |
| CMYK | 0 | 0.17 | 0.44 | 0.43 |
| HSL | 37.5º | 0.28% | 0.44% | - |
| HSV(B) | 37.5º | 0.44% | 0.57% | - |
| XYZ | 20 | 20.29 | 10.65 | - |
| YUV | 123.62 | 103.95 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 121 | 81 | 0 | 0.17 | 0.44 | 0.43 | 37.5 | 0.28 | 0.44 |
| Hex | 91 | 79 | 51 | 0 | 11 | 2C | 2B | 26 | 1C | 2C |
| Octal | 221 | 171 | 121 | 0 | 21 | 54 | 53 | 46 | 34 | 54 |
| Binary | 10010001 | 1111001 | 1010001 | 0 | 10001 | 101100 | 101011 | 100110 | 11100 | 101100 |
Color Harmonies of #917951
Complementary color
Monochromatic Colors of #917951
Black with #917951
Text Example
Text Example
White with #917951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917951; }
p { color: rgb(145,121,81); }
H1.HeaderClassName
{
color: #917951;
}
.AnyTagClassName
{
color: #917951;
}
</style>
background-color css
<style>
a { background-color: #917951; }
a { background-color: rgb(145,121,81); }
div.DivClassName
{
background-color: #917951;
}
.BgClassName
{
background-color: #917951;
}
</style>
border-color css
<style>
span { border-color: #917951; }
span { border-color: rgb(145,121,81); }
td.TdClassName
{
border-color: #917951;
}
.TagClassName
{
border-color: #917951;
}
</style>