Shades of Sorrell Brown #A4845F
Tints of Sorrell Brown #A4845F
RGB
CMYK
RGB Variations
Color information
#A4845F (or 0xA4845F) is known color: Sorrell Brown. HEX triplet: A4, 84 and 5F. RGB value is (164,132,95). Sum of RGB (Red+Green+Blue) = 164+132+95=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 95 (37.5% from 255 or 24.30% from 391); Max value from RGB is 164 - color contains mainly: red. Hex color #A4845F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4845F is #5B7BA0. Grayscale: #898989. Windows color (decimal): -5995425 or 6259876. OLE color: 6259876.
HSL color Cylindrical-coordinate representation of color #A4845F: hue angle of 32.17º 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 #A4845F is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 132 | 95 | - |
| CMYK | 0 | 0.20 | 0.42 | 0.36 |
| HSL | 32.17º | 0.27% | 0.51% | - |
| HSV(B) | 32.17º | 0.42% | 0.64% | - |
| XYZ | 25.63 | 25.22 | 14.34 | - |
| YUV | 137.35 | 104.1 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 132 | 95 | 0 | 0.20 | 0.42 | 0.36 | 32.17 | 0.27 | 0.51 |
| Hex | A4 | 84 | 5F | 0 | 14 | 2A | 24 | 20 | 1B | 33 |
| Octal | 244 | 204 | 137 | 0 | 24 | 52 | 44 | 40 | 33 | 63 |
| Binary | 10100100 | 10000100 | 1011111 | 0 | 10100 | 101010 | 100100 | 100000 | 11011 | 110011 |
Color Harmonies of #A4845F
Complementary color
Monochromatic Colors of #A4845F
Black with #A4845F
Text Example
Text Example
White with #A4845F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4845F; }
p { color: rgb(164,132,95); }
H1.HeaderClassName
{
color: #A4845F;
}
.AnyTagClassName
{
color: #A4845F;
}
</style>
background-color css
<style>
a { background-color: #A4845F; }
a { background-color: rgb(164,132,95); }
div.DivClassName
{
background-color: #A4845F;
}
.BgClassName
{
background-color: #A4845F;
}
</style>
border-color css
<style>
span { border-color: #A4845F; }
span { border-color: rgb(164,132,95); }
td.TdClassName
{
border-color: #A4845F;
}
.TagClassName
{
border-color: #A4845F;
}
</style>