Shades of Sorrell Brown #95805E
Tints of Sorrell Brown #95805E
RGB
CMYK
RGB Variations
Color information
#95805E (or 0x95805E) is known color: Sorrell Brown. HEX triplet: 95, 80 and 5E. RGB value is (149,128,94). Sum of RGB (Red+Green+Blue) = 149+128+94=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 94 (37.11% from 255 or 25.34% from 371); Max value from RGB is 149 - color contains mainly: red. Hex color #95805E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95805E is #6A7FA1. Grayscale: #828282. Windows color (decimal): -6979490 or 6193301. OLE color: 6193301.
HSL color Cylindrical-coordinate representation of color #95805E: hue angle of 37.09º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95805E is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 128 | 94 | - |
| CMYK | 0 | 0.14 | 0.37 | 0.42 |
| HSL | 37.09º | 0.23% | 0.48% | - |
| HSV(B) | 37.09º | 0.37% | 0.58% | - |
| XYZ | 22.13 | 22.64 | 13.79 | - |
| YUV | 130.4 | 107.46 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 128 | 94 | 0 | 0.14 | 0.37 | 0.42 | 37.09 | 0.23 | 0.48 |
| Hex | 95 | 80 | 5E | 0 | E | 25 | 2A | 25 | 17 | 30 |
| Octal | 225 | 200 | 136 | 0 | 16 | 45 | 52 | 45 | 27 | 60 |
| Binary | 10010101 | 10000000 | 1011110 | 0 | 1110 | 100101 | 101010 | 100101 | 10111 | 110000 |
Color Harmonies of #95805E
Complementary color
Monochromatic Colors of #95805E
Black with #95805E
Text Example
Text Example
White with #95805E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95805E; }
p { color: rgb(149,128,94); }
H1.HeaderClassName
{
color: #95805E;
}
.AnyTagClassName
{
color: #95805E;
}
</style>
background-color css
<style>
a { background-color: #95805E; }
a { background-color: rgb(149,128,94); }
div.DivClassName
{
background-color: #95805E;
}
.BgClassName
{
background-color: #95805E;
}
</style>
border-color css
<style>
span { border-color: #95805E; }
span { border-color: rgb(149,128,94); }
td.TdClassName
{
border-color: #95805E;
}
.TagClassName
{
border-color: #95805E;
}
</style>