Shades of Pale Brown #917B5A
Tints of Pale Brown #917B5A
RGB
CMYK
RGB Variations
Color information
#917B5A (or 0x917B5A) is known color: Pale Brown. HEX triplet: 91, 7B and 5A. RGB value is (145,123,90). Sum of RGB (Red+Green+Blue) = 145+123+90=358 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.50% from 358); Green value is 123 (48.44% from 255 or 34.36% from 358); Blue value is 90 (35.55% from 255 or 25.14% from 358); Max value from RGB is 145 - color contains mainly: red. Hex color #917B5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917B5A is #6E84A5. Grayscale: #7D7D7D. Windows color (decimal): -7242918 or 5929873. OLE color: 5929873.
HSL color Cylindrical-coordinate representation of color #917B5A: hue angle of 36º 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 #917B5A is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 123 | 90 | - |
| CMYK | 0 | 0.15 | 0.38 | 0.43 |
| HSL | 36º | 0.23% | 0.46% | - |
| HSV(B) | 36º | 0.38% | 0.57% | - |
| XYZ | 20.61 | 20.92 | 12.63 | - |
| YUV | 125.82 | 107.79 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 123 | 90 | 0 | 0.15 | 0.38 | 0.43 | 36 | 0.23 | 0.46 |
| Hex | 91 | 7B | 5A | 0 | F | 26 | 2B | 24 | 17 | 2E |
| Octal | 221 | 173 | 132 | 0 | 17 | 46 | 53 | 44 | 27 | 56 |
| Binary | 10010001 | 1111011 | 1011010 | 0 | 1111 | 100110 | 101011 | 100100 | 10111 | 101110 |
Color Harmonies of #917B5A
Complementary color
Monochromatic Colors of #917B5A
Black with #917B5A
Text Example
Text Example
White with #917B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917B5A; }
p { color: rgb(145,123,90); }
H1.HeaderClassName
{
color: #917B5A;
}
.AnyTagClassName
{
color: #917B5A;
}
</style>
background-color css
<style>
a { background-color: #917B5A; }
a { background-color: rgb(145,123,90); }
div.DivClassName
{
background-color: #917B5A;
}
.BgClassName
{
background-color: #917B5A;
}
</style>
border-color css
<style>
span { border-color: #917B5A; }
span { border-color: rgb(145,123,90); }
td.TdClassName
{
border-color: #917B5A;
}
.TagClassName
{
border-color: #917B5A;
}
</style>