Shades of Pale Brown #917A5D
Tints of Pale Brown #917A5D
RGB
CMYK
RGB Variations
Color information
#917A5D (or 0x917A5D) is known color: Pale Brown. HEX triplet: 91, 7A and 5D. RGB value is (145,122,93). Sum of RGB (Red+Green+Blue) = 145+122+93=360 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.28% from 360); Green value is 122 (48.05% from 255 or 33.89% from 360); Blue value is 93 (36.72% from 255 or 25.83% from 360); Max value from RGB is 145 - color contains mainly: red. Hex color #917A5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917A5D is #6E85A2. Grayscale: #7D7D7D. Windows color (decimal): -7243171 or 6126225. OLE color: 6126225.
HSL color Cylindrical-coordinate representation of color #917A5D: hue angle of 33.46º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #917A5D is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 122 | 93 | - |
| CMYK | 0 | 0.16 | 0.36 | 0.43 |
| HSL | 33.46º | 0.22% | 0.47% | - |
| HSV(B) | 33.46º | 0.36% | 0.57% | - |
| XYZ | 20.61 | 20.73 | 13.27 | - |
| YUV | 125.57 | 109.62 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 122 | 93 | 0 | 0.16 | 0.36 | 0.43 | 33.46 | 0.22 | 0.47 |
| Hex | 91 | 7A | 5D | 0 | 10 | 24 | 2B | 21 | 16 | 2F |
| Octal | 221 | 172 | 135 | 0 | 20 | 44 | 53 | 41 | 26 | 57 |
| Binary | 10010001 | 1111010 | 1011101 | 0 | 10000 | 100100 | 101011 | 100001 | 10110 | 101111 |
Color Harmonies of #917A5D
Complementary color
Monochromatic Colors of #917A5D
Black with #917A5D
Text Example
Text Example
White with #917A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917A5D; }
p { color: rgb(145,122,93); }
H1.HeaderClassName
{
color: #917A5D;
}
.AnyTagClassName
{
color: #917A5D;
}
</style>
background-color css
<style>
a { background-color: #917A5D; }
a { background-color: rgb(145,122,93); }
div.DivClassName
{
background-color: #917A5D;
}
.BgClassName
{
background-color: #917A5D;
}
</style>
border-color css
<style>
span { border-color: #917A5D; }
span { border-color: rgb(145,122,93); }
td.TdClassName
{
border-color: #917A5D;
}
.TagClassName
{
border-color: #917A5D;
}
</style>