Shades of Pale Brown #917C5A
Tints of Pale Brown #917C5A
RGB
CMYK
RGB Variations
Color information
#917C5A (or 0x917C5A) is known color: Pale Brown. HEX triplet: 91, 7C and 5A. RGB value is (145,124,90). Sum of RGB (Red+Green+Blue) = 145+124+90=359 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.39% from 359); Green value is 124 (48.83% from 255 or 34.54% from 359); Blue value is 90 (35.55% from 255 or 25.07% from 359); Max value from RGB is 145 - color contains mainly: red. Hex color #917C5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917C5A is #6E83A5. Grayscale: #7E7E7E. Windows color (decimal): -7242662 or 5930129. OLE color: 5930129.
HSL color Cylindrical-coordinate representation of color #917C5A: hue angle of 37.09º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #917C5A is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 124 | 90 | - |
| CMYK | 0 | 0.14 | 0.38 | 0.43 |
| HSL | 37.09º | 0.23% | 0.46% | - |
| HSV(B) | 37.09º | 0.38% | 0.57% | - |
| XYZ | 20.73 | 21.17 | 12.67 | - |
| YUV | 126.4 | 107.46 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 124 | 90 | 0 | 0.14 | 0.38 | 0.43 | 37.09 | 0.23 | 0.46 |
| Hex | 91 | 7C | 5A | 0 | E | 26 | 2B | 25 | 17 | 2E |
| Octal | 221 | 174 | 132 | 0 | 16 | 46 | 53 | 45 | 27 | 56 |
| Binary | 10010001 | 1111100 | 1011010 | 0 | 1110 | 100110 | 101011 | 100101 | 10111 | 101110 |
Color Harmonies of #917C5A
Complementary color
Monochromatic Colors of #917C5A
Black with #917C5A
Text Example
Text Example
White with #917C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917C5A; }
p { color: rgb(145,124,90); }
H1.HeaderClassName
{
color: #917C5A;
}
.AnyTagClassName
{
color: #917C5A;
}
</style>
background-color css
<style>
a { background-color: #917C5A; }
a { background-color: rgb(145,124,90); }
div.DivClassName
{
background-color: #917C5A;
}
.BgClassName
{
background-color: #917C5A;
}
</style>
border-color css
<style>
span { border-color: #917C5A; }
span { border-color: rgb(145,124,90); }
td.TdClassName
{
border-color: #917C5A;
}
.TagClassName
{
border-color: #917C5A;
}
</style>