Shades of Sorrell Brown #A4855D
Tints of Sorrell Brown #A4855D
RGB
CMYK
RGB Variations
Color information
#A4855D (or 0xA4855D) is known color: Sorrell Brown. HEX triplet: A4, 85 and 5D. RGB value is (164,133,93). Sum of RGB (Red+Green+Blue) = 164+133+93=390 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.05% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 93 (36.72% from 255 or 23.85% from 390); Max value from RGB is 164 - color contains mainly: red. Hex color #A4855D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4855D is #5B7AA2. Grayscale: #898989. Windows color (decimal): -5995171 or 6129060. OLE color: 6129060.
HSL color Cylindrical-coordinate representation of color #A4855D: hue angle of 33.8º 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 #A4855D is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 133 | 93 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.36 |
| HSL | 33.8º | 0.28% | 0.5% | - |
| HSV(B) | 33.8º | 0.43% | 0.64% | - |
| XYZ | 25.67 | 25.46 | 13.92 | - |
| YUV | 137.71 | 102.77 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 133 | 93 | 0 | 0.19 | 0.43 | 0.36 | 33.8 | 0.28 | 0.5 |
| Hex | A4 | 85 | 5D | 0 | 13 | 2B | 24 | 22 | 1C | 32 |
| Octal | 244 | 205 | 135 | 0 | 23 | 53 | 44 | 42 | 34 | 62 |
| Binary | 10100100 | 10000101 | 1011101 | 0 | 10011 | 101011 | 100100 | 100010 | 11100 | 110010 |
Color Harmonies of #A4855D
Complementary color
Monochromatic Colors of #A4855D
Black with #A4855D
Text Example
Text Example
White with #A4855D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4855D; }
p { color: rgb(164,133,93); }
H1.HeaderClassName
{
color: #A4855D;
}
.AnyTagClassName
{
color: #A4855D;
}
</style>
background-color css
<style>
a { background-color: #A4855D; }
a { background-color: rgb(164,133,93); }
div.DivClassName
{
background-color: #A4855D;
}
.BgClassName
{
background-color: #A4855D;
}
</style>
border-color css
<style>
span { border-color: #A4855D; }
span { border-color: rgb(164,133,93); }
td.TdClassName
{
border-color: #A4855D;
}
.TagClassName
{
border-color: #A4855D;
}
</style>