Shades of Sorrell Brown #A4845D
Tints of Sorrell Brown #A4845D
RGB
CMYK
RGB Variations
Color information
#A4845D (or 0xA4845D) is known color: Sorrell Brown. HEX triplet: A4, 84 and 5D. RGB value is (164,132,93). Sum of RGB (Red+Green+Blue) = 164+132+93=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 93 (36.72% from 255 or 23.91% from 389); Max value from RGB is 164 - color contains mainly: red. Hex color #A4845D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4845D is #5B7BA2. Grayscale: #898989. Windows color (decimal): -5995427 or 6128804. OLE color: 6128804.
HSL color Cylindrical-coordinate representation of color #A4845D: hue angle of 32.96º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A4845D is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 132 | 93 | - |
| CMYK | 0 | 0.20 | 0.43 | 0.36 |
| HSL | 32.96º | 0.28% | 0.5% | - |
| HSV(B) | 32.96º | 0.43% | 0.64% | - |
| XYZ | 25.54 | 25.19 | 13.87 | - |
| YUV | 137.12 | 103.1 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 132 | 93 | 0 | 0.20 | 0.43 | 0.36 | 32.96 | 0.28 | 0.5 |
| Hex | A4 | 84 | 5D | 0 | 14 | 2B | 24 | 21 | 1C | 32 |
| Octal | 244 | 204 | 135 | 0 | 24 | 53 | 44 | 41 | 34 | 62 |
| Binary | 10100100 | 10000100 | 1011101 | 0 | 10100 | 101011 | 100100 | 100001 | 11100 | 110010 |
Color Harmonies of #A4845D
Complementary color
Monochromatic Colors of #A4845D
Black with #A4845D
Text Example
Text Example
White with #A4845D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4845D; }
p { color: rgb(164,132,93); }
H1.HeaderClassName
{
color: #A4845D;
}
.AnyTagClassName
{
color: #A4845D;
}
</style>
background-color css
<style>
a { background-color: #A4845D; }
a { background-color: rgb(164,132,93); }
div.DivClassName
{
background-color: #A4845D;
}
.BgClassName
{
background-color: #A4845D;
}
</style>
border-color css
<style>
span { border-color: #A4845D; }
span { border-color: rgb(164,132,93); }
td.TdClassName
{
border-color: #A4845D;
}
.TagClassName
{
border-color: #A4845D;
}
</style>