Shades of Sorrell Brown #A5845F
Tints of Sorrell Brown #A5845F
RGB
CMYK
RGB Variations
Color information
#A5845F (or 0xA5845F) is known color: Sorrell Brown. HEX triplet: A5, 84 and 5F. RGB value is (165,132,95). Sum of RGB (Red+Green+Blue) = 165+132+95=392 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.09% from 392); Green value is 132 (51.95% from 255 or 33.67% from 392); Blue value is 95 (37.5% from 255 or 24.23% from 392); Max value from RGB is 165 - color contains mainly: red. Hex color #A5845F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5845F is #5A7BA0. Grayscale: #898989. Windows color (decimal): -5929889 or 6259877. OLE color: 6259877.
HSL color Cylindrical-coordinate representation of color #A5845F: hue angle of 31.71º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A5845F is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 132 | 95 | - |
| CMYK | 0 | 0.20 | 0.42 | 0.35 |
| HSL | 31.71º | 0.28% | 0.51% | - |
| HSV(B) | 31.71º | 0.42% | 0.65% | - |
| XYZ | 25.83 | 25.33 | 14.35 | - |
| YUV | 137.65 | 103.93 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 132 | 95 | 0 | 0.20 | 0.42 | 0.35 | 31.71 | 0.28 | 0.51 |
| Hex | A5 | 84 | 5F | 0 | 14 | 2A | 23 | 20 | 1C | 33 |
| Octal | 245 | 204 | 137 | 0 | 24 | 52 | 43 | 40 | 34 | 63 |
| Binary | 10100101 | 10000100 | 1011111 | 0 | 10100 | 101010 | 100011 | 100000 | 11100 | 110011 |
Color Harmonies of #A5845F
Complementary color
Monochromatic Colors of #A5845F
Black with #A5845F
Text Example
Text Example
White with #A5845F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5845F; }
p { color: rgb(165,132,95); }
H1.HeaderClassName
{
color: #A5845F;
}
.AnyTagClassName
{
color: #A5845F;
}
</style>
background-color css
<style>
a { background-color: #A5845F; }
a { background-color: rgb(165,132,95); }
div.DivClassName
{
background-color: #A5845F;
}
.BgClassName
{
background-color: #A5845F;
}
</style>
border-color css
<style>
span { border-color: #A5845F; }
span { border-color: rgb(165,132,95); }
td.TdClassName
{
border-color: #A5845F;
}
.TagClassName
{
border-color: #A5845F;
}
</style>