Shades of Pale Brown #93765D
Tints of Pale Brown #93765D
RGB
CMYK
RGB Variations
Color information
#93765D (or 0x93765D) is known color: Pale Brown. HEX triplet: 93, 76 and 5D. RGB value is (147,118,93). Sum of RGB (Red+Green+Blue) = 147+118+93=358 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.06% from 358); Green value is 118 (46.48% from 255 or 32.96% from 358); Blue value is 93 (36.72% from 255 or 25.98% from 358); Max value from RGB is 147 - color contains mainly: red. Hex color #93765D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93765D is #6C89A2. Grayscale: #7B7B7B. Windows color (decimal): -7113123 or 6125203. OLE color: 6125203.
HSL color Cylindrical-coordinate representation of color #93765D: hue angle of 27.78º 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 #93765D is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 118 | 93 | - |
| CMYK | 0 | 0.20 | 0.37 | 0.42 |
| HSL | 27.78º | 0.23% | 0.47% | - |
| HSV(B) | 27.78º | 0.37% | 0.58% | - |
| XYZ | 20.49 | 19.95 | 13.13 | - |
| YUV | 123.82 | 110.61 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 118 | 93 | 0 | 0.20 | 0.37 | 0.42 | 27.78 | 0.23 | 0.47 |
| Hex | 93 | 76 | 5D | 0 | 14 | 25 | 2A | 1C | 16 | 2F |
| Octal | 223 | 166 | 135 | 0 | 24 | 45 | 52 | 34 | 26 | 57 |
| Binary | 10010011 | 1110110 | 1011101 | 0 | 10100 | 100101 | 101010 | 11100 | 10110 | 101111 |
Color Harmonies of #93765D
Complementary color
Monochromatic Colors of #93765D
Black with #93765D
Text Example
Text Example
White with #93765D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93765D; }
p { color: rgb(147,118,93); }
H1.HeaderClassName
{
color: #93765D;
}
.AnyTagClassName
{
color: #93765D;
}
</style>
background-color css
<style>
a { background-color: #93765D; }
a { background-color: rgb(147,118,93); }
div.DivClassName
{
background-color: #93765D;
}
.BgClassName
{
background-color: #93765D;
}
</style>
border-color css
<style>
span { border-color: #93765D; }
span { border-color: rgb(147,118,93); }
td.TdClassName
{
border-color: #93765D;
}
.TagClassName
{
border-color: #93765D;
}
</style>