Shades of Sorrell Brown #A18361
Tints of Sorrell Brown #A18361
RGB
CMYK
RGB Variations
Color information
#A18361 (or 0xA18361) is known color: Sorrell Brown. HEX triplet: A1, 83 and 61. RGB value is (161,131,97). Sum of RGB (Red+Green+Blue) = 161+131+97=389 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.39% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 97 (38.28% from 255 or 24.94% from 389); Max value from RGB is 161 - color contains mainly: red. Hex color #A18361 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18361 is #5E7C9E. Grayscale: #888888. Windows color (decimal): -6192287 or 6390689. OLE color: 6390689.
HSL color Cylindrical-coordinate representation of color #A18361: hue angle of 31.88º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A18361 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 131 | 97 | - |
| CMYK | 0 | 0.19 | 0.40 | 0.37 |
| HSL | 31.88º | 0.25% | 0.51% | - |
| HSV(B) | 31.88º | 0.4% | 0.63% | - |
| XYZ | 24.97 | 24.67 | 14.76 | - |
| YUV | 136.09 | 105.94 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 131 | 97 | 0 | 0.19 | 0.40 | 0.37 | 31.88 | 0.25 | 0.51 |
| Hex | A1 | 83 | 61 | 0 | 13 | 28 | 25 | 20 | 19 | 33 |
| Octal | 241 | 203 | 141 | 0 | 23 | 50 | 45 | 40 | 31 | 63 |
| Binary | 10100001 | 10000011 | 1100001 | 0 | 10011 | 101000 | 100101 | 100000 | 11001 | 110011 |
Color Harmonies of #A18361
Complementary color
Monochromatic Colors of #A18361
Black with #A18361
Text Example
Text Example
White with #A18361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18361; }
p { color: rgb(161,131,97); }
H1.HeaderClassName
{
color: #A18361;
}
.AnyTagClassName
{
color: #A18361;
}
</style>
background-color css
<style>
a { background-color: #A18361; }
a { background-color: rgb(161,131,97); }
div.DivClassName
{
background-color: #A18361;
}
.BgClassName
{
background-color: #A18361;
}
</style>
border-color css
<style>
span { border-color: #A18361; }
span { border-color: rgb(161,131,97); }
td.TdClassName
{
border-color: #A18361;
}
.TagClassName
{
border-color: #A18361;
}
</style>