Shades of Sorrell Brown #948163
Tints of Sorrell Brown #948163
RGB
CMYK
RGB Variations
Color information
#948163 (or 0x948163) is known color: Sorrell Brown. HEX triplet: 94, 81 and 63. RGB value is (148,129,99). Sum of RGB (Red+Green+Blue) = 148+129+99=376 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.36% from 376); Green value is 129 (50.78% from 255 or 34.31% from 376); Blue value is 99 (39.06% from 255 or 26.33% from 376); Max value from RGB is 148 - color contains mainly: red. Hex color #948163 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948163 is #6B7E9C. Grayscale: #838383. Windows color (decimal): -7044765 or 6521236. OLE color: 6521236.
HSL color Cylindrical-coordinate representation of color #948163: hue angle of 36.73º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #948163 is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 129 | 99 | - |
| CMYK | 0 | 0.13 | 0.33 | 0.42 |
| HSL | 36.73º | 0.2% | 0.48% | - |
| HSV(B) | 36.73º | 0.33% | 0.58% | - |
| XYZ | 22.32 | 22.9 | 15.05 | - |
| YUV | 131.26 | 109.79 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 129 | 99 | 0 | 0.13 | 0.33 | 0.42 | 36.73 | 0.2 | 0.48 |
| Hex | 94 | 81 | 63 | 0 | D | 21 | 2A | 25 | 14 | 30 |
| Octal | 224 | 201 | 143 | 0 | 15 | 41 | 52 | 45 | 24 | 60 |
| Binary | 10010100 | 10000001 | 1100011 | 0 | 1101 | 100001 | 101010 | 100101 | 10100 | 110000 |
Color Harmonies of #948163
Complementary color
Monochromatic Colors of #948163
Black with #948163
Text Example
Text Example
White with #948163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948163; }
p { color: rgb(148,129,99); }
H1.HeaderClassName
{
color: #948163;
}
.AnyTagClassName
{
color: #948163;
}
</style>
background-color css
<style>
a { background-color: #948163; }
a { background-color: rgb(148,129,99); }
div.DivClassName
{
background-color: #948163;
}
.BgClassName
{
background-color: #948163;
}
</style>
border-color css
<style>
span { border-color: #948163; }
span { border-color: rgb(148,129,99); }
td.TdClassName
{
border-color: #948163;
}
.TagClassName
{
border-color: #948163;
}
</style>