Shades of Pale Brown #93754E
Tints of Pale Brown #93754E
RGB
CMYK
RGB Variations
Color information
#93754E (or 0x93754E) is known color: Pale Brown. HEX triplet: 93, 75 and 4E. RGB value is (147,117,78). Sum of RGB (Red+Green+Blue) = 147+117+78=342 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.98% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 78 (30.86% from 255 or 22.81% from 342); Max value from RGB is 147 - color contains mainly: red. Hex color #93754E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93754E is #6C8AB1. Grayscale: #797979. Windows color (decimal): -7113394 or 5141907. OLE color: 5141907.
HSL color Cylindrical-coordinate representation of color #93754E: hue angle of 33.91º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #93754E is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 117 | 78 | - |
| CMYK | 0 | 0.20 | 0.47 | 0.42 |
| HSL | 33.91º | 0.31% | 0.44% | - |
| HSV(B) | 33.91º | 0.47% | 0.58% | - |
| XYZ | 19.77 | 19.48 | 9.92 | - |
| YUV | 121.52 | 103.44 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 117 | 78 | 0 | 0.20 | 0.47 | 0.42 | 33.91 | 0.31 | 0.44 |
| Hex | 93 | 75 | 4E | 0 | 14 | 2F | 2A | 22 | 1F | 2C |
| Octal | 223 | 165 | 116 | 0 | 24 | 57 | 52 | 42 | 37 | 54 |
| Binary | 10010011 | 1110101 | 1001110 | 0 | 10100 | 101111 | 101010 | 100010 | 11111 | 101100 |
Color Harmonies of #93754E
Complementary color
Monochromatic Colors of #93754E
Black with #93754E
Text Example
Text Example
White with #93754E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93754E; }
p { color: rgb(147,117,78); }
H1.HeaderClassName
{
color: #93754E;
}
.AnyTagClassName
{
color: #93754E;
}
</style>
background-color css
<style>
a { background-color: #93754E; }
a { background-color: rgb(147,117,78); }
div.DivClassName
{
background-color: #93754E;
}
.BgClassName
{
background-color: #93754E;
}
</style>
border-color css
<style>
span { border-color: #93754E; }
span { border-color: rgb(147,117,78); }
td.TdClassName
{
border-color: #93754E;
}
.TagClassName
{
border-color: #93754E;
}
</style>