Shades of Sorrell Brown #A3825E
Tints of Sorrell Brown #A3825E
RGB
CMYK
RGB Variations
Color information
#A3825E (or 0xA3825E) is known color: Sorrell Brown. HEX triplet: A3, 82 and 5E. RGB value is (163,130,94). Sum of RGB (Red+Green+Blue) = 163+130+94=387 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.12% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 94 (37.11% from 255 or 24.29% from 387); Max value from RGB is 163 - color contains mainly: red. Hex color #A3825E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3825E is #5C7DA1. Grayscale: #878787. Windows color (decimal): -6061474 or 6193827. OLE color: 6193827.
HSL color Cylindrical-coordinate representation of color #A3825E: hue angle of 31.3º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A3825E is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 130 | 94 | - |
| CMYK | 0 | 0.20 | 0.42 | 0.36 |
| HSL | 31.3º | 0.27% | 0.5% | - |
| HSV(B) | 31.3º | 0.42% | 0.64% | - |
| XYZ | 25.11 | 24.56 | 14.01 | - |
| YUV | 135.76 | 104.43 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 130 | 94 | 0 | 0.20 | 0.42 | 0.36 | 31.3 | 0.27 | 0.5 |
| Hex | A3 | 82 | 5E | 0 | 14 | 2A | 24 | 1F | 1B | 32 |
| Octal | 243 | 202 | 136 | 0 | 24 | 52 | 44 | 37 | 33 | 62 |
| Binary | 10100011 | 10000010 | 1011110 | 0 | 10100 | 101010 | 100100 | 11111 | 11011 | 110010 |
Color Harmonies of #A3825E
Complementary color
Monochromatic Colors of #A3825E
Black with #A3825E
Text Example
Text Example
White with #A3825E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3825E; }
p { color: rgb(163,130,94); }
H1.HeaderClassName
{
color: #A3825E;
}
.AnyTagClassName
{
color: #A3825E;
}
</style>
background-color css
<style>
a { background-color: #A3825E; }
a { background-color: rgb(163,130,94); }
div.DivClassName
{
background-color: #A3825E;
}
.BgClassName
{
background-color: #A3825E;
}
</style>
border-color css
<style>
span { border-color: #A3825E; }
span { border-color: rgb(163,130,94); }
td.TdClassName
{
border-color: #A3825E;
}
.TagClassName
{
border-color: #A3825E;
}
</style>