Shades of Pale Brown #917B5C
Tints of Pale Brown #917B5C
RGB
CMYK
RGB Variations
Color information
#917B5C (or 0x917B5C) is known color: Pale Brown. HEX triplet: 91, 7B and 5C. RGB value is (145,123,92). Sum of RGB (Red+Green+Blue) = 145+123+92=360 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.28% from 360); Green value is 123 (48.44% from 255 or 34.17% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 145 - color contains mainly: red. Hex color #917B5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917B5C is #6E84A3. Grayscale: #7E7E7E. Windows color (decimal): -7242916 or 6060945. OLE color: 6060945.
HSL color Cylindrical-coordinate representation of color #917B5C: hue angle of 35.09º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #917B5C is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 123 | 92 | - |
| CMYK | 0 | 0.15 | 0.37 | 0.43 |
| HSL | 35.09º | 0.22% | 0.46% | - |
| HSV(B) | 35.09º | 0.37% | 0.57% | - |
| XYZ | 20.69 | 20.96 | 13.08 | - |
| YUV | 126.04 | 108.79 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 123 | 92 | 0 | 0.15 | 0.37 | 0.43 | 35.09 | 0.22 | 0.46 |
| Hex | 91 | 7B | 5C | 0 | F | 25 | 2B | 23 | 16 | 2E |
| Octal | 221 | 173 | 134 | 0 | 17 | 45 | 53 | 43 | 26 | 56 |
| Binary | 10010001 | 1111011 | 1011100 | 0 | 1111 | 100101 | 101011 | 100011 | 10110 | 101110 |
Color Harmonies of #917B5C
Complementary color
Monochromatic Colors of #917B5C
Black with #917B5C
Text Example
Text Example
White with #917B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917B5C; }
p { color: rgb(145,123,92); }
H1.HeaderClassName
{
color: #917B5C;
}
.AnyTagClassName
{
color: #917B5C;
}
</style>
background-color css
<style>
a { background-color: #917B5C; }
a { background-color: rgb(145,123,92); }
div.DivClassName
{
background-color: #917B5C;
}
.BgClassName
{
background-color: #917B5C;
}
</style>
border-color css
<style>
span { border-color: #917B5C; }
span { border-color: rgb(145,123,92); }
td.TdClassName
{
border-color: #917B5C;
}
.TagClassName
{
border-color: #917B5C;
}
</style>