Shades of Sorrell Brown #A4815E
Tints of Sorrell Brown #A4815E
RGB
CMYK
RGB Variations
Color information
#A4815E (or 0xA4815E) is known color: Sorrell Brown. HEX triplet: A4, 81 and 5E. RGB value is (164,129,94). Sum of RGB (Red+Green+Blue) = 164+129+94=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 129 (50.78% from 255 or 33.33% from 387); Blue value is 94 (37.11% from 255 or 24.29% from 387); Max value from RGB is 164 - color contains mainly: red. Hex color #A4815E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4815E is #5B7EA1. Grayscale: #878787. Windows color (decimal): -5996194 or 6193572. OLE color: 6193572.
HSL color Cylindrical-coordinate representation of color #A4815E: hue angle of 30º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A4815E is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 129 | 94 | - |
| CMYK | 0 | 0.21 | 0.43 | 0.36 |
| HSL | 30º | 0.28% | 0.51% | - |
| HSV(B) | 30º | 0.43% | 0.64% | - |
| XYZ | 25.18 | 24.4 | 13.97 | - |
| YUV | 135.48 | 104.6 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 129 | 94 | 0 | 0.21 | 0.43 | 0.36 | 30 | 0.28 | 0.51 |
| Hex | A4 | 81 | 5E | 0 | 15 | 2B | 24 | 1E | 1C | 33 |
| Octal | 244 | 201 | 136 | 0 | 25 | 53 | 44 | 36 | 34 | 63 |
| Binary | 10100100 | 10000001 | 1011110 | 0 | 10101 | 101011 | 100100 | 11110 | 11100 | 110011 |
Color Harmonies of #A4815E
Complementary color
Monochromatic Colors of #A4815E
Black with #A4815E
Text Example
Text Example
White with #A4815E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4815E; }
p { color: rgb(164,129,94); }
H1.HeaderClassName
{
color: #A4815E;
}
.AnyTagClassName
{
color: #A4815E;
}
</style>
background-color css
<style>
a { background-color: #A4815E; }
a { background-color: rgb(164,129,94); }
div.DivClassName
{
background-color: #A4815E;
}
.BgClassName
{
background-color: #A4815E;
}
</style>
border-color css
<style>
span { border-color: #A4815E; }
span { border-color: rgb(164,129,94); }
td.TdClassName
{
border-color: #A4815E;
}
.TagClassName
{
border-color: #A4815E;
}
</style>