Shades of Sorrell Brown #A3815F
Tints of Sorrell Brown #A3815F
RGB
CMYK
RGB Variations
Color information
#A3815F (or 0xA3815F) is known color: Sorrell Brown. HEX triplet: A3, 81 and 5F. RGB value is (163,129,95). Sum of RGB (Red+Green+Blue) = 163+129+95=387 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.12% from 387); Green value is 129 (50.78% from 255 or 33.33% from 387); Blue value is 95 (37.5% from 255 or 24.55% from 387); Max value from RGB is 163 - color contains mainly: red. Hex color #A3815F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3815F is #5C7EA0. Grayscale: #878787. Windows color (decimal): -6061729 or 6259107. OLE color: 6259107.
HSL color Cylindrical-coordinate representation of color #A3815F: hue angle of 30º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A3815F is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 129 | 95 | - |
| CMYK | 0 | 0.21 | 0.42 | 0.36 |
| HSL | 30º | 0.27% | 0.51% | - |
| HSV(B) | 30º | 0.42% | 0.64% | - |
| XYZ | 25.02 | 24.31 | 14.2 | - |
| YUV | 135.29 | 105.26 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 129 | 95 | 0 | 0.21 | 0.42 | 0.36 | 30 | 0.27 | 0.51 |
| Hex | A3 | 81 | 5F | 0 | 15 | 2A | 24 | 1E | 1B | 33 |
| Octal | 243 | 201 | 137 | 0 | 25 | 52 | 44 | 36 | 33 | 63 |
| Binary | 10100011 | 10000001 | 1011111 | 0 | 10101 | 101010 | 100100 | 11110 | 11011 | 110011 |
Color Harmonies of #A3815F
Complementary color
Monochromatic Colors of #A3815F
Black with #A3815F
Text Example
Text Example
White with #A3815F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3815F; }
p { color: rgb(163,129,95); }
H1.HeaderClassName
{
color: #A3815F;
}
.AnyTagClassName
{
color: #A3815F;
}
</style>
background-color css
<style>
a { background-color: #A3815F; }
a { background-color: rgb(163,129,95); }
div.DivClassName
{
background-color: #A3815F;
}
.BgClassName
{
background-color: #A3815F;
}
</style>
border-color css
<style>
span { border-color: #A3815F; }
span { border-color: rgb(163,129,95); }
td.TdClassName
{
border-color: #A3815F;
}
.TagClassName
{
border-color: #A3815F;
}
</style>