Shades of Pale Brown #93765B
Tints of Pale Brown #93765B
RGB
CMYK
RGB Variations
Color information
#93765B (or 0x93765B) is known color: Pale Brown. HEX triplet: 93, 76 and 5B. RGB value is (147,118,91). Sum of RGB (Red+Green+Blue) = 147+118+91=356 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.29% from 356); Green value is 118 (46.48% from 255 or 33.15% from 356); Blue value is 91 (35.94% from 255 or 25.56% from 356); Max value from RGB is 147 - color contains mainly: red. Hex color #93765B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93765B is #6C89A4. Grayscale: #7B7B7B. Windows color (decimal): -7113125 or 5994131. OLE color: 5994131.
HSL color Cylindrical-coordinate representation of color #93765B: hue angle of 28.93º 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 #93765B is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 118 | 91 | - |
| CMYK | 0 | 0.20 | 0.38 | 0.42 |
| HSL | 28.93º | 0.24% | 0.47% | - |
| HSV(B) | 28.93º | 0.38% | 0.58% | - |
| XYZ | 20.4 | 19.92 | 12.67 | - |
| YUV | 123.59 | 109.61 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 118 | 91 | 0 | 0.20 | 0.38 | 0.42 | 28.93 | 0.24 | 0.47 |
| Hex | 93 | 76 | 5B | 0 | 14 | 26 | 2A | 1D | 18 | 2F |
| Octal | 223 | 166 | 133 | 0 | 24 | 46 | 52 | 35 | 30 | 57 |
| Binary | 10010011 | 1110110 | 1011011 | 0 | 10100 | 100110 | 101010 | 11101 | 11000 | 101111 |
Color Harmonies of #93765B
Complementary color
Monochromatic Colors of #93765B
Black with #93765B
Text Example
Text Example
White with #93765B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93765B; }
p { color: rgb(147,118,91); }
H1.HeaderClassName
{
color: #93765B;
}
.AnyTagClassName
{
color: #93765B;
}
</style>
background-color css
<style>
a { background-color: #93765B; }
a { background-color: rgb(147,118,91); }
div.DivClassName
{
background-color: #93765B;
}
.BgClassName
{
background-color: #93765B;
}
</style>
border-color css
<style>
span { border-color: #93765B; }
span { border-color: rgb(147,118,91); }
td.TdClassName
{
border-color: #93765B;
}
.TagClassName
{
border-color: #93765B;
}
</style>