Shades of Sorrell Brown #A3815E
Tints of Sorrell Brown #A3815E
RGB
CMYK
RGB Variations
Color information
#A3815E (or 0xA3815E) is known color: Sorrell Brown. HEX triplet: A3, 81 and 5E. RGB value is (163,129,94). Sum of RGB (Red+Green+Blue) = 163+129+94=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 129 (50.78% from 255 or 33.42% from 386); Blue value is 94 (37.11% from 255 or 24.35% from 386); Max value from RGB is 163 - color contains mainly: red. Hex color #A3815E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3815E is #5C7EA1. Grayscale: #878787. Windows color (decimal): -6061730 or 6193571. OLE color: 6193571.
HSL color Cylindrical-coordinate representation of color #A3815E: hue angle of 30.43º 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 #A3815E is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 129 | 94 | - |
| CMYK | 0 | 0.21 | 0.42 | 0.36 |
| HSL | 30.43º | 0.27% | 0.5% | - |
| HSV(B) | 30.43º | 0.42% | 0.64% | - |
| XYZ | 24.97 | 24.3 | 13.96 | - |
| YUV | 135.18 | 104.76 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 129 | 94 | 0 | 0.21 | 0.42 | 0.36 | 30.43 | 0.27 | 0.5 |
| Hex | A3 | 81 | 5E | 0 | 15 | 2A | 24 | 1E | 1B | 32 |
| Octal | 243 | 201 | 136 | 0 | 25 | 52 | 44 | 36 | 33 | 62 |
| Binary | 10100011 | 10000001 | 1011110 | 0 | 10101 | 101010 | 100100 | 11110 | 11011 | 110010 |
Color Harmonies of #A3815E
Complementary color
Monochromatic Colors of #A3815E
Black with #A3815E
Text Example
Text Example
White with #A3815E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3815E; }
p { color: rgb(163,129,94); }
H1.HeaderClassName
{
color: #A3815E;
}
.AnyTagClassName
{
color: #A3815E;
}
</style>
background-color css
<style>
a { background-color: #A3815E; }
a { background-color: rgb(163,129,94); }
div.DivClassName
{
background-color: #A3815E;
}
.BgClassName
{
background-color: #A3815E;
}
</style>
border-color css
<style>
span { border-color: #A3815E; }
span { border-color: rgb(163,129,94); }
td.TdClassName
{
border-color: #A3815E;
}
.TagClassName
{
border-color: #A3815E;
}
</style>