Shades of Sorrell Brown #A3825B
Tints of Sorrell Brown #A3825B
RGB
CMYK
RGB Variations
Color information
#A3825B (or 0xA3825B) is known color: Sorrell Brown. HEX triplet: A3, 82 and 5B. RGB value is (163,130,91). Sum of RGB (Red+Green+Blue) = 163+130+91=384 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.45% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 91 (35.94% from 255 or 23.70% from 384); Max value from RGB is 163 - color contains mainly: red. Hex color #A3825B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3825B is #5C7DA4. Grayscale: #878787. Windows color (decimal): -6061477 or 5997219. OLE color: 5997219.
HSL color Cylindrical-coordinate representation of color #A3825B: hue angle of 32.5º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A3825B is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 130 | 91 | - |
| CMYK | 0 | 0.20 | 0.44 | 0.36 |
| HSL | 32.5º | 0.28% | 0.5% | - |
| HSV(B) | 32.5º | 0.44% | 0.64% | - |
| XYZ | 24.98 | 24.51 | 13.31 | - |
| YUV | 135.42 | 102.93 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 130 | 91 | 0 | 0.20 | 0.44 | 0.36 | 32.5 | 0.28 | 0.5 |
| Hex | A3 | 82 | 5B | 0 | 14 | 2C | 24 | 20 | 1C | 32 |
| Octal | 243 | 202 | 133 | 0 | 24 | 54 | 44 | 40 | 34 | 62 |
| Binary | 10100011 | 10000010 | 1011011 | 0 | 10100 | 101100 | 100100 | 100000 | 11100 | 110010 |
Color Harmonies of #A3825B
Complementary color
Monochromatic Colors of #A3825B
Black with #A3825B
Text Example
Text Example
White with #A3825B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3825B; }
p { color: rgb(163,130,91); }
H1.HeaderClassName
{
color: #A3825B;
}
.AnyTagClassName
{
color: #A3825B;
}
</style>
background-color css
<style>
a { background-color: #A3825B; }
a { background-color: rgb(163,130,91); }
div.DivClassName
{
background-color: #A3825B;
}
.BgClassName
{
background-color: #A3825B;
}
</style>
border-color css
<style>
span { border-color: #A3825B; }
span { border-color: rgb(163,130,91); }
td.TdClassName
{
border-color: #A3825B;
}
.TagClassName
{
border-color: #A3825B;
}
</style>