Shades of Sorrell Brown #A3805B
Tints of Sorrell Brown #A3805B
RGB
CMYK
RGB Variations
Color information
#A3805B (or 0xA3805B) is known color: Sorrell Brown. HEX triplet: A3, 80 and 5B. RGB value is (163,128,91). Sum of RGB (Red+Green+Blue) = 163+128+91=382 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.67% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 91 (35.94% from 255 or 23.82% from 382); Max value from RGB is 163 - color contains mainly: red. Hex color #A3805B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3805B is #5C7FA4. Grayscale: #868686. Windows color (decimal): -6061989 or 5996707. OLE color: 5996707.
HSL color Cylindrical-coordinate representation of color #A3805B: hue angle of 30.83º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A3805B is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 128 | 91 | - |
| CMYK | 0 | 0.21 | 0.44 | 0.36 |
| HSL | 30.83º | 0.28% | 0.5% | - |
| HSV(B) | 30.83º | 0.44% | 0.64% | - |
| XYZ | 24.71 | 23.98 | 13.22 | - |
| YUV | 134.25 | 103.6 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 128 | 91 | 0 | 0.21 | 0.44 | 0.36 | 30.83 | 0.28 | 0.5 |
| Hex | A3 | 80 | 5B | 0 | 15 | 2C | 24 | 1F | 1C | 32 |
| Octal | 243 | 200 | 133 | 0 | 25 | 54 | 44 | 37 | 34 | 62 |
| Binary | 10100011 | 10000000 | 1011011 | 0 | 10101 | 101100 | 100100 | 11111 | 11100 | 110010 |
Color Harmonies of #A3805B
Complementary color
Monochromatic Colors of #A3805B
Black with #A3805B
Text Example
Text Example
White with #A3805B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3805B; }
p { color: rgb(163,128,91); }
H1.HeaderClassName
{
color: #A3805B;
}
.AnyTagClassName
{
color: #A3805B;
}
</style>
background-color css
<style>
a { background-color: #A3805B; }
a { background-color: rgb(163,128,91); }
div.DivClassName
{
background-color: #A3805B;
}
.BgClassName
{
background-color: #A3805B;
}
</style>
border-color css
<style>
span { border-color: #A3805B; }
span { border-color: rgb(163,128,91); }
td.TdClassName
{
border-color: #A3805B;
}
.TagClassName
{
border-color: #A3805B;
}
</style>