Shades of Sorrell Brown #A4855C
Tints of Sorrell Brown #A4855C
RGB
CMYK
RGB Variations
Color information
#A4855C (or 0xA4855C) is known color: Sorrell Brown. HEX triplet: A4, 85 and 5C. RGB value is (164,133,92). Sum of RGB (Red+Green+Blue) = 164+133+92=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 92 (36.33% from 255 or 23.65% from 389); Max value from RGB is 164 - color contains mainly: red. Hex color #A4855C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4855C is #5B7AA3. Grayscale: #898989. Windows color (decimal): -5995172 or 6063524. OLE color: 6063524.
HSL color Cylindrical-coordinate representation of color #A4855C: hue angle of 34.17º 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 #A4855C is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 133 | 92 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.36 |
| HSL | 34.17º | 0.28% | 0.5% | - |
| HSV(B) | 34.17º | 0.44% | 0.64% | - |
| XYZ | 25.63 | 25.44 | 13.68 | - |
| YUV | 137.6 | 102.27 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 133 | 92 | 0 | 0.19 | 0.44 | 0.36 | 34.17 | 0.28 | 0.5 |
| Hex | A4 | 85 | 5C | 0 | 13 | 2C | 24 | 22 | 1C | 32 |
| Octal | 244 | 205 | 134 | 0 | 23 | 54 | 44 | 42 | 34 | 62 |
| Binary | 10100100 | 10000101 | 1011100 | 0 | 10011 | 101100 | 100100 | 100010 | 11100 | 110010 |
Color Harmonies of #A4855C
Complementary color
Monochromatic Colors of #A4855C
Black with #A4855C
Text Example
Text Example
White with #A4855C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4855C; }
p { color: rgb(164,133,92); }
H1.HeaderClassName
{
color: #A4855C;
}
.AnyTagClassName
{
color: #A4855C;
}
</style>
background-color css
<style>
a { background-color: #A4855C; }
a { background-color: rgb(164,133,92); }
div.DivClassName
{
background-color: #A4855C;
}
.BgClassName
{
background-color: #A4855C;
}
</style>
border-color css
<style>
span { border-color: #A4855C; }
span { border-color: rgb(164,133,92); }
td.TdClassName
{
border-color: #A4855C;
}
.TagClassName
{
border-color: #A4855C;
}
</style>