Shades of Pale Brown #93764B
Tints of Pale Brown #93764B
RGB
CMYK
RGB Variations
Color information
#93764B (or 0x93764B) is known color: Pale Brown. HEX triplet: 93, 76 and 4B. RGB value is (147,118,75). Sum of RGB (Red+Green+Blue) = 147+118+75=340 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.24% from 340); Green value is 118 (46.48% from 255 or 34.71% from 340); Blue value is 75 (29.69% from 255 or 22.06% from 340); Max value from RGB is 147 - color contains mainly: red. Hex color #93764B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93764B is #6C89B4. Grayscale: #797979. Windows color (decimal): -7113141 or 4945555. OLE color: 4945555.
HSL color Cylindrical-coordinate representation of color #93764B: hue angle of 35.83º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #93764B is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 118 | 75 | - |
| CMYK | 0 | 0.20 | 0.49 | 0.42 |
| HSL | 35.83º | 0.32% | 0.44% | - |
| HSV(B) | 35.83º | 0.49% | 0.58% | - |
| XYZ | 19.78 | 19.67 | 9.41 | - |
| YUV | 121.77 | 101.61 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 118 | 75 | 0 | 0.20 | 0.49 | 0.42 | 35.83 | 0.32 | 0.44 |
| Hex | 93 | 76 | 4B | 0 | 14 | 31 | 2A | 24 | 20 | 2C |
| Octal | 223 | 166 | 113 | 0 | 24 | 61 | 52 | 44 | 40 | 54 |
| Binary | 10010011 | 1110110 | 1001011 | 0 | 10100 | 110001 | 101010 | 100100 | 100000 | 101100 |
Color Harmonies of #93764B
Complementary color
Monochromatic Colors of #93764B
Black with #93764B
Text Example
Text Example
White with #93764B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93764B; }
p { color: rgb(147,118,75); }
H1.HeaderClassName
{
color: #93764B;
}
.AnyTagClassName
{
color: #93764B;
}
</style>
background-color css
<style>
a { background-color: #93764B; }
a { background-color: rgb(147,118,75); }
div.DivClassName
{
background-color: #93764B;
}
.BgClassName
{
background-color: #93764B;
}
</style>
border-color css
<style>
span { border-color: #93764B; }
span { border-color: rgb(147,118,75); }
td.TdClassName
{
border-color: #93764B;
}
.TagClassName
{
border-color: #93764B;
}
</style>