Shades of Sorrell Brown #9B825E
Tints of Sorrell Brown #9B825E
RGB
CMYK
RGB Variations
Color information
#9B825E (or 0x9B825E) is known color: Sorrell Brown. HEX triplet: 9B, 82 and 5E. RGB value is (155,130,94). Sum of RGB (Red+Green+Blue) = 155+130+94=379 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.90% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 94 (37.11% from 255 or 24.80% from 379); Max value from RGB is 155 - color contains mainly: red. Hex color #9B825E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B825E is #647DA1. Grayscale: #858585. Windows color (decimal): -6585762 or 6193819. OLE color: 6193819.
HSL color Cylindrical-coordinate representation of color #9B825E: hue angle of 35.41º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9B825E is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 130 | 94 | - |
| CMYK | 0 | 0.16 | 0.39 | 0.39 |
| HSL | 35.41º | 0.24% | 0.49% | - |
| HSV(B) | 35.41º | 0.39% | 0.61% | - |
| XYZ | 23.52 | 23.74 | 13.93 | - |
| YUV | 133.37 | 105.78 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 130 | 94 | 0 | 0.16 | 0.39 | 0.39 | 35.41 | 0.24 | 0.49 |
| Hex | 9B | 82 | 5E | 0 | 10 | 27 | 27 | 23 | 18 | 31 |
| Octal | 233 | 202 | 136 | 0 | 20 | 47 | 47 | 43 | 30 | 61 |
| Binary | 10011011 | 10000010 | 1011110 | 0 | 10000 | 100111 | 100111 | 100011 | 11000 | 110001 |
Color Harmonies of #9B825E
Complementary color
Monochromatic Colors of #9B825E
Black with #9B825E
Text Example
Text Example
White with #9B825E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B825E; }
p { color: rgb(155,130,94); }
H1.HeaderClassName
{
color: #9B825E;
}
.AnyTagClassName
{
color: #9B825E;
}
</style>
background-color css
<style>
a { background-color: #9B825E; }
a { background-color: rgb(155,130,94); }
div.DivClassName
{
background-color: #9B825E;
}
.BgClassName
{
background-color: #9B825E;
}
</style>
border-color css
<style>
span { border-color: #9B825E; }
span { border-color: rgb(155,130,94); }
td.TdClassName
{
border-color: #9B825E;
}
.TagClassName
{
border-color: #9B825E;
}
</style>