Shades of Sorrell Brown #94805E
Tints of Sorrell Brown #94805E
RGB
CMYK
RGB Variations
Color information
#94805E (or 0x94805E) is known color: Sorrell Brown. HEX triplet: 94, 80 and 5E. RGB value is (148,128,94). Sum of RGB (Red+Green+Blue) = 148+128+94=370 (49% of max value = 765). Red value is 148 (58.20% from 255 or 40% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 94 (37.11% from 255 or 25.41% from 370); Max value from RGB is 148 - color contains mainly: red. Hex color #94805E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94805E is #6B7FA1. Grayscale: #828282. Windows color (decimal): -7045026 or 6193300. OLE color: 6193300.
HSL color Cylindrical-coordinate representation of color #94805E: hue angle of 37.78º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94805E is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 128 | 94 | - |
| CMYK | 0 | 0.14 | 0.36 | 0.42 |
| HSL | 37.78º | 0.22% | 0.47% | - |
| HSV(B) | 37.78º | 0.36% | 0.58% | - |
| XYZ | 21.95 | 22.54 | 13.78 | - |
| YUV | 130.1 | 107.63 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 128 | 94 | 0 | 0.14 | 0.36 | 0.42 | 37.78 | 0.22 | 0.47 |
| Hex | 94 | 80 | 5E | 0 | E | 24 | 2A | 26 | 16 | 2F |
| Octal | 224 | 200 | 136 | 0 | 16 | 44 | 52 | 46 | 26 | 57 |
| Binary | 10010100 | 10000000 | 1011110 | 0 | 1110 | 100100 | 101010 | 100110 | 10110 | 101111 |
Color Harmonies of #94805E
Complementary color
Monochromatic Colors of #94805E
Black with #94805E
Text Example
Text Example
White with #94805E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94805E; }
p { color: rgb(148,128,94); }
H1.HeaderClassName
{
color: #94805E;
}
.AnyTagClassName
{
color: #94805E;
}
</style>
background-color css
<style>
a { background-color: #94805E; }
a { background-color: rgb(148,128,94); }
div.DivClassName
{
background-color: #94805E;
}
.BgClassName
{
background-color: #94805E;
}
</style>
border-color css
<style>
span { border-color: #94805E; }
span { border-color: rgb(148,128,94); }
td.TdClassName
{
border-color: #94805E;
}
.TagClassName
{
border-color: #94805E;
}
</style>