Shades of Pale Brown #93785B
Tints of Pale Brown #93785B
RGB
CMYK
RGB Variations
Color information
#93785B (or 0x93785B) is known color: Pale Brown. HEX triplet: 93, 78 and 5B. RGB value is (147,120,91). Sum of RGB (Red+Green+Blue) = 147+120+91=358 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.06% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 91 (35.94% from 255 or 25.42% from 358); Max value from RGB is 147 - color contains mainly: red. Hex color #93785B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93785B is #6C87A4. Grayscale: #7C7C7C. Windows color (decimal): -7112613 or 5994643. OLE color: 5994643.
HSL color Cylindrical-coordinate representation of color #93785B: hue angle of 31.07º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93785B is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 120 | 91 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.42 |
| HSL | 31.07º | 0.24% | 0.47% | - |
| HSV(B) | 31.07º | 0.38% | 0.58% | - |
| XYZ | 20.64 | 20.39 | 12.75 | - |
| YUV | 124.77 | 108.95 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 120 | 91 | 0 | 0.18 | 0.38 | 0.42 | 31.07 | 0.24 | 0.47 |
| Hex | 93 | 78 | 5B | 0 | 12 | 26 | 2A | 1F | 18 | 2F |
| Octal | 223 | 170 | 133 | 0 | 22 | 46 | 52 | 37 | 30 | 57 |
| Binary | 10010011 | 1111000 | 1011011 | 0 | 10010 | 100110 | 101010 | 11111 | 11000 | 101111 |
Color Harmonies of #93785B
Complementary color
Monochromatic Colors of #93785B
Black with #93785B
Text Example
Text Example
White with #93785B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93785B; }
p { color: rgb(147,120,91); }
H1.HeaderClassName
{
color: #93785B;
}
.AnyTagClassName
{
color: #93785B;
}
</style>
background-color css
<style>
a { background-color: #93785B; }
a { background-color: rgb(147,120,91); }
div.DivClassName
{
background-color: #93785B;
}
.BgClassName
{
background-color: #93785B;
}
</style>
border-color css
<style>
span { border-color: #93785B; }
span { border-color: rgb(147,120,91); }
td.TdClassName
{
border-color: #93785B;
}
.TagClassName
{
border-color: #93785B;
}
</style>