Shades of Pale Brown #917C5C
Tints of Pale Brown #917C5C
RGB
CMYK
RGB Variations
Color information
#917C5C (or 0x917C5C) is known color: Pale Brown. HEX triplet: 91, 7C and 5C. RGB value is (145,124,92). Sum of RGB (Red+Green+Blue) = 145+124+92=361 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.17% from 361); Green value is 124 (48.83% from 255 or 34.35% from 361); Blue value is 92 (36.33% from 255 or 25.48% from 361); Max value from RGB is 145 - color contains mainly: red. Hex color #917C5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917C5C is #6E83A3. Grayscale: #7E7E7E. Windows color (decimal): -7242660 or 6061201. OLE color: 6061201.
HSL color Cylindrical-coordinate representation of color #917C5C: hue angle of 36.23º 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 #917C5C is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 124 | 92 | - |
| CMYK | 0 | 0.14 | 0.37 | 0.43 |
| HSL | 36.23º | 0.22% | 0.46% | - |
| HSV(B) | 36.23º | 0.37% | 0.57% | - |
| XYZ | 20.82 | 21.21 | 13.12 | - |
| YUV | 126.63 | 108.46 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 124 | 92 | 0 | 0.14 | 0.37 | 0.43 | 36.23 | 0.22 | 0.46 |
| Hex | 91 | 7C | 5C | 0 | E | 25 | 2B | 24 | 16 | 2E |
| Octal | 221 | 174 | 134 | 0 | 16 | 45 | 53 | 44 | 26 | 56 |
| Binary | 10010001 | 1111100 | 1011100 | 0 | 1110 | 100101 | 101011 | 100100 | 10110 | 101110 |
Color Harmonies of #917C5C
Complementary color
Monochromatic Colors of #917C5C
Black with #917C5C
Text Example
Text Example
White with #917C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917C5C; }
p { color: rgb(145,124,92); }
H1.HeaderClassName
{
color: #917C5C;
}
.AnyTagClassName
{
color: #917C5C;
}
</style>
background-color css
<style>
a { background-color: #917C5C; }
a { background-color: rgb(145,124,92); }
div.DivClassName
{
background-color: #917C5C;
}
.BgClassName
{
background-color: #917C5C;
}
</style>
border-color css
<style>
span { border-color: #917C5C; }
span { border-color: rgb(145,124,92); }
td.TdClassName
{
border-color: #917C5C;
}
.TagClassName
{
border-color: #917C5C;
}
</style>