Shades of Pale Brown #93785C
Tints of Pale Brown #93785C
RGB
CMYK
RGB Variations
Color information
#93785C (or 0x93785C) is known color: Pale Brown. HEX triplet: 93, 78 and 5C. RGB value is (147,120,92). Sum of RGB (Red+Green+Blue) = 147+120+92=359 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.95% from 359); Green value is 120 (47.27% from 255 or 33.43% from 359); Blue value is 92 (36.33% from 255 or 25.63% from 359); Max value from RGB is 147 - color contains mainly: red. Hex color #93785C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93785C is #6C87A3. Grayscale: #7D7D7D. Windows color (decimal): -7112612 or 6060179. OLE color: 6060179.
HSL color Cylindrical-coordinate representation of color #93785C: hue angle of 30.55º degrees, saturation: 0.23, 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 #93785C is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 120 | 92 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.42 |
| HSL | 30.55º | 0.23% | 0.47% | - |
| HSV(B) | 30.55º | 0.37% | 0.58% | - |
| XYZ | 20.68 | 20.41 | 12.97 | - |
| YUV | 124.88 | 109.45 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 120 | 92 | 0 | 0.18 | 0.37 | 0.42 | 30.55 | 0.23 | 0.47 |
| Hex | 93 | 78 | 5C | 0 | 12 | 25 | 2A | 1F | 17 | 2F |
| Octal | 223 | 170 | 134 | 0 | 22 | 45 | 52 | 37 | 27 | 57 |
| Binary | 10010011 | 1111000 | 1011100 | 0 | 10010 | 100101 | 101010 | 11111 | 10111 | 101111 |
Color Harmonies of #93785C
Complementary color
Monochromatic Colors of #93785C
Black with #93785C
Text Example
Text Example
White with #93785C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93785C; }
p { color: rgb(147,120,92); }
H1.HeaderClassName
{
color: #93785C;
}
.AnyTagClassName
{
color: #93785C;
}
</style>
background-color css
<style>
a { background-color: #93785C; }
a { background-color: rgb(147,120,92); }
div.DivClassName
{
background-color: #93785C;
}
.BgClassName
{
background-color: #93785C;
}
</style>
border-color css
<style>
span { border-color: #93785C; }
span { border-color: rgb(147,120,92); }
td.TdClassName
{
border-color: #93785C;
}
.TagClassName
{
border-color: #93785C;
}
</style>