Shades of Pale Brown #93764D
Tints of Pale Brown #93764D
RGB
CMYK
RGB Variations
Color information
#93764D (or 0x93764D) is known color: Pale Brown. HEX triplet: 93, 76 and 4D. RGB value is (147,118,77). Sum of RGB (Red+Green+Blue) = 147+118+77=342 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.98% from 342); Green value is 118 (46.48% from 255 or 34.50% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 147 - color contains mainly: red. Hex color #93764D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93764D is #6C89B2. Grayscale: #7A7A7A. Windows color (decimal): -7113139 or 5076627. OLE color: 5076627.
HSL color Cylindrical-coordinate representation of color #93764D: hue angle of 35.14º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #93764D is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 118 | 77 | - |
| CMYK | 0 | 0.20 | 0.48 | 0.42 |
| HSL | 35.14º | 0.31% | 0.44% | - |
| HSV(B) | 35.14º | 0.48% | 0.58% | - |
| XYZ | 19.85 | 19.7 | 9.78 | - |
| YUV | 122 | 102.61 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 118 | 77 | 0 | 0.20 | 0.48 | 0.42 | 35.14 | 0.31 | 0.44 |
| Hex | 93 | 76 | 4D | 0 | 14 | 30 | 2A | 23 | 1F | 2C |
| Octal | 223 | 166 | 115 | 0 | 24 | 60 | 52 | 43 | 37 | 54 |
| Binary | 10010011 | 1110110 | 1001101 | 0 | 10100 | 110000 | 101010 | 100011 | 11111 | 101100 |
Color Harmonies of #93764D
Complementary color
Monochromatic Colors of #93764D
Black with #93764D
Text Example
Text Example
White with #93764D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93764D; }
p { color: rgb(147,118,77); }
H1.HeaderClassName
{
color: #93764D;
}
.AnyTagClassName
{
color: #93764D;
}
</style>
background-color css
<style>
a { background-color: #93764D; }
a { background-color: rgb(147,118,77); }
div.DivClassName
{
background-color: #93764D;
}
.BgClassName
{
background-color: #93764D;
}
</style>
border-color css
<style>
span { border-color: #93764D; }
span { border-color: rgb(147,118,77); }
td.TdClassName
{
border-color: #93764D;
}
.TagClassName
{
border-color: #93764D;
}
</style>