Shades of Sorrell Brown #A3825D
Tints of Sorrell Brown #A3825D
RGB
CMYK
RGB Variations
Color information
#A3825D (or 0xA3825D) is known color: Sorrell Brown. HEX triplet: A3, 82 and 5D. RGB value is (163,130,93). Sum of RGB (Red+Green+Blue) = 163+130+93=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 93 (36.72% from 255 or 24.09% from 386); Max value from RGB is 163 - color contains mainly: red. Hex color #A3825D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3825D is #5C7DA2. Grayscale: #878787. Windows color (decimal): -6061475 or 6128291. OLE color: 6128291.
HSL color Cylindrical-coordinate representation of color #A3825D: hue angle of 31.71º 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 #A3825D is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 130 | 93 | - |
| CMYK | 0 | 0.20 | 0.43 | 0.36 |
| HSL | 31.71º | 0.28% | 0.5% | - |
| HSV(B) | 31.71º | 0.43% | 0.64% | - |
| XYZ | 25.06 | 24.54 | 13.77 | - |
| YUV | 135.65 | 103.93 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 130 | 93 | 0 | 0.20 | 0.43 | 0.36 | 31.71 | 0.28 | 0.5 |
| Hex | A3 | 82 | 5D | 0 | 14 | 2B | 24 | 20 | 1C | 32 |
| Octal | 243 | 202 | 135 | 0 | 24 | 53 | 44 | 40 | 34 | 62 |
| Binary | 10100011 | 10000010 | 1011101 | 0 | 10100 | 101011 | 100100 | 100000 | 11100 | 110010 |
Color Harmonies of #A3825D
Complementary color
Monochromatic Colors of #A3825D
Black with #A3825D
Text Example
Text Example
White with #A3825D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3825D; }
p { color: rgb(163,130,93); }
H1.HeaderClassName
{
color: #A3825D;
}
.AnyTagClassName
{
color: #A3825D;
}
</style>
background-color css
<style>
a { background-color: #A3825D; }
a { background-color: rgb(163,130,93); }
div.DivClassName
{
background-color: #A3825D;
}
.BgClassName
{
background-color: #A3825D;
}
</style>
border-color css
<style>
span { border-color: #A3825D; }
span { border-color: rgb(163,130,93); }
td.TdClassName
{
border-color: #A3825D;
}
.TagClassName
{
border-color: #A3825D;
}
</style>