Shades of Sorrell Brown #9B7E5D
Tints of Sorrell Brown #9B7E5D
RGB
CMYK
RGB Variations
Color information
#9B7E5D (or 0x9B7E5D) is known color: Sorrell Brown. HEX triplet: 9B, 7E and 5D. RGB value is (155,126,93). Sum of RGB (Red+Green+Blue) = 155+126+93=374 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.44% from 374); Green value is 126 (49.61% from 255 or 33.69% from 374); Blue value is 93 (36.72% from 255 or 24.87% from 374); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7E5D is #6481A2. Grayscale: #838383. Windows color (decimal): -6586787 or 6127259. OLE color: 6127259.
HSL color Cylindrical-coordinate representation of color #9B7E5D: hue angle of 31.94º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9B7E5D is Cyan = 0, Magento = 0.19, Yellow = 0.4 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 126 | 93 | - |
| CMYK | 0 | 0.19 | 0.4 | 0.39 |
| HSL | 31.94º | 0.25% | 0.49% | - |
| HSV(B) | 31.94º | 0.4% | 0.61% | - |
| XYZ | 22.95 | 22.68 | 13.52 | - |
| YUV | 130.91 | 106.61 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 126 | 93 | 0 | 0.19 | 0.4 | 0.39 | 31.94 | 0.25 | 0.49 |
| Hex | 9B | 7E | 5D | 0 | 13 | 28 | 27 | 20 | 19 | 31 |
| Octal | 233 | 176 | 135 | 0 | 23 | 50 | 47 | 40 | 31 | 61 |
| Binary | 10011011 | 1111110 | 1011101 | 0 | 10011 | 101000 | 100111 | 100000 | 11001 | 110001 |
Color Harmonies of #9B7E5D
Complementary color
Monochromatic Colors of #9B7E5D
Black with #9B7E5D
Text Example
Text Example
White with #9B7E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7E5D; }
p { color: rgb(155,126,93); }
H1.HeaderClassName
{
color: #9B7E5D;
}
.AnyTagClassName
{
color: #9B7E5D;
}
</style>
background-color css
<style>
a { background-color: #9B7E5D; }
a { background-color: rgb(155,126,93); }
div.DivClassName
{
background-color: #9B7E5D;
}
.BgClassName
{
background-color: #9B7E5D;
}
</style>
border-color css
<style>
span { border-color: #9B7E5D; }
span { border-color: rgb(155,126,93); }
td.TdClassName
{
border-color: #9B7E5D;
}
.TagClassName
{
border-color: #9B7E5D;
}
</style>