Shades of Sorrell Brown #95785F
Tints of Sorrell Brown #95785F
RGB
CMYK
RGB Variations
Color information
#95785F (or 0x95785F) is known color: Sorrell Brown. HEX triplet: 95, 78 and 5F. RGB value is (149,120,95). Sum of RGB (Red+Green+Blue) = 149+120+95=364 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.93% from 364); Green value is 120 (47.27% from 255 or 32.97% from 364); Blue value is 95 (37.5% from 255 or 26.10% from 364); Max value from RGB is 149 - color contains mainly: red. Hex color #95785F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95785F is #6A87A0. Grayscale: #7D7D7D. Windows color (decimal): -6981537 or 6256789. OLE color: 6256789.
HSL color Cylindrical-coordinate representation of color #95785F: hue angle of 27.78º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95785F is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 120 | 95 | - |
| CMYK | 0 | 0.19 | 0.36 | 0.42 |
| HSL | 27.78º | 0.22% | 0.48% | - |
| HSV(B) | 27.78º | 0.36% | 0.58% | - |
| XYZ | 21.18 | 20.65 | 13.7 | - |
| YUV | 125.82 | 110.61 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 120 | 95 | 0 | 0.19 | 0.36 | 0.42 | 27.78 | 0.22 | 0.48 |
| Hex | 95 | 78 | 5F | 0 | 13 | 24 | 2A | 1C | 16 | 30 |
| Octal | 225 | 170 | 137 | 0 | 23 | 44 | 52 | 34 | 26 | 60 |
| Binary | 10010101 | 1111000 | 1011111 | 0 | 10011 | 100100 | 101010 | 11100 | 10110 | 110000 |
Color Harmonies of #95785F
Complementary color
Monochromatic Colors of #95785F
Black with #95785F
Text Example
Text Example
White with #95785F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95785F; }
p { color: rgb(149,120,95); }
H1.HeaderClassName
{
color: #95785F;
}
.AnyTagClassName
{
color: #95785F;
}
</style>
background-color css
<style>
a { background-color: #95785F; }
a { background-color: rgb(149,120,95); }
div.DivClassName
{
background-color: #95785F;
}
.BgClassName
{
background-color: #95785F;
}
</style>
border-color css
<style>
span { border-color: #95785F; }
span { border-color: rgb(149,120,95); }
td.TdClassName
{
border-color: #95785F;
}
.TagClassName
{
border-color: #95785F;
}
</style>