Shades of Sorrell Brown #A3845D
Tints of Sorrell Brown #A3845D
RGB
CMYK
RGB Variations
Color information
#A3845D (or 0xA3845D) is known color: Sorrell Brown. HEX triplet: A3, 84 and 5D. RGB value is (163,132,93). Sum of RGB (Red+Green+Blue) = 163+132+93=388 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.01% from 388); Green value is 132 (51.95% from 255 or 34.02% from 388); Blue value is 93 (36.72% from 255 or 23.97% from 388); Max value from RGB is 163 - color contains mainly: red. Hex color #A3845D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3845D is #5C7BA2. Grayscale: #898989. Windows color (decimal): -6060963 or 6128803. OLE color: 6128803.
HSL color Cylindrical-coordinate representation of color #A3845D: hue angle of 33.43º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A3845D is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 132 | 93 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.36 |
| HSL | 33.43º | 0.28% | 0.5% | - |
| HSV(B) | 33.43º | 0.43% | 0.64% | - |
| XYZ | 25.33 | 25.08 | 13.86 | - |
| YUV | 136.82 | 103.27 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 132 | 93 | 0 | 0.19 | 0.43 | 0.36 | 33.43 | 0.28 | 0.5 |
| Hex | A3 | 84 | 5D | 0 | 13 | 2B | 24 | 21 | 1C | 32 |
| Octal | 243 | 204 | 135 | 0 | 23 | 53 | 44 | 41 | 34 | 62 |
| Binary | 10100011 | 10000100 | 1011101 | 0 | 10011 | 101011 | 100100 | 100001 | 11100 | 110010 |
Color Harmonies of #A3845D
Complementary color
Monochromatic Colors of #A3845D
Black with #A3845D
Text Example
Text Example
White with #A3845D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3845D; }
p { color: rgb(163,132,93); }
H1.HeaderClassName
{
color: #A3845D;
}
.AnyTagClassName
{
color: #A3845D;
}
</style>
background-color css
<style>
a { background-color: #A3845D; }
a { background-color: rgb(163,132,93); }
div.DivClassName
{
background-color: #A3845D;
}
.BgClassName
{
background-color: #A3845D;
}
</style>
border-color css
<style>
span { border-color: #A3845D; }
span { border-color: rgb(163,132,93); }
td.TdClassName
{
border-color: #A3845D;
}
.TagClassName
{
border-color: #A3845D;
}
</style>