Shades of Pale Brown #93785D
Tints of Pale Brown #93785D
RGB
CMYK
RGB Variations
Color information
#93785D (or 0x93785D) is known color: Pale Brown. HEX triplet: 93, 78 and 5D. RGB value is (147,120,93). Sum of RGB (Red+Green+Blue) = 147+120+93=360 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.83% from 360); Green value is 120 (47.27% from 255 or 33.33% from 360); Blue value is 93 (36.72% from 255 or 25.83% from 360); Max value from RGB is 147 - color contains mainly: red. Hex color #93785D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93785D is #6C87A2. Grayscale: #7D7D7D. Windows color (decimal): -7112611 or 6125715. OLE color: 6125715.
HSL color Cylindrical-coordinate representation of color #93785D: hue angle of 30º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93785D is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 120 | 93 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.42 |
| HSL | 30º | 0.23% | 0.47% | - |
| HSV(B) | 30º | 0.37% | 0.58% | - |
| XYZ | 20.72 | 20.43 | 13.21 | - |
| YUV | 125 | 109.95 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 120 | 93 | 0 | 0.18 | 0.37 | 0.42 | 30 | 0.23 | 0.47 |
| Hex | 93 | 78 | 5D | 0 | 12 | 25 | 2A | 1E | 16 | 2F |
| Octal | 223 | 170 | 135 | 0 | 22 | 45 | 52 | 36 | 26 | 57 |
| Binary | 10010011 | 1111000 | 1011101 | 0 | 10010 | 100101 | 101010 | 11110 | 10110 | 101111 |
Color Harmonies of #93785D
Complementary color
Monochromatic Colors of #93785D
Black with #93785D
Text Example
Text Example
White with #93785D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93785D; }
p { color: rgb(147,120,93); }
H1.HeaderClassName
{
color: #93785D;
}
.AnyTagClassName
{
color: #93785D;
}
</style>
background-color css
<style>
a { background-color: #93785D; }
a { background-color: rgb(147,120,93); }
div.DivClassName
{
background-color: #93785D;
}
.BgClassName
{
background-color: #93785D;
}
</style>
border-color css
<style>
span { border-color: #93785D; }
span { border-color: rgb(147,120,93); }
td.TdClassName
{
border-color: #93785D;
}
.TagClassName
{
border-color: #93785D;
}
</style>