Shades of Pale Brown #93754B
Tints of Pale Brown #93754B
RGB
CMYK
RGB Variations
Color information
#93754B (or 0x93754B) is known color: Pale Brown. HEX triplet: 93, 75 and 4B. RGB value is (147,117,75). Sum of RGB (Red+Green+Blue) = 147+117+75=339 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.36% from 339); Green value is 117 (46.09% from 255 or 34.51% from 339); Blue value is 75 (29.69% from 255 or 22.12% from 339); Max value from RGB is 147 - color contains mainly: red. Hex color #93754B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93754B is #6C8AB4. Grayscale: #797979. Windows color (decimal): -7113397 or 4945299. OLE color: 4945299.
HSL color Cylindrical-coordinate representation of color #93754B: hue angle of 35º 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 #93754B is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 117 | 75 | - |
| CMYK | 0 | 0.20 | 0.49 | 0.42 |
| HSL | 35º | 0.32% | 0.44% | - |
| HSV(B) | 35º | 0.49% | 0.58% | - |
| XYZ | 19.66 | 19.43 | 9.37 | - |
| YUV | 121.18 | 101.94 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 117 | 75 | 0 | 0.20 | 0.49 | 0.42 | 35 | 0.32 | 0.44 |
| Hex | 93 | 75 | 4B | 0 | 14 | 31 | 2A | 23 | 20 | 2C |
| Octal | 223 | 165 | 113 | 0 | 24 | 61 | 52 | 43 | 40 | 54 |
| Binary | 10010011 | 1110101 | 1001011 | 0 | 10100 | 110001 | 101010 | 100011 | 100000 | 101100 |
Color Harmonies of #93754B
Complementary color
Monochromatic Colors of #93754B
Black with #93754B
Text Example
Text Example
White with #93754B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93754B; }
p { color: rgb(147,117,75); }
H1.HeaderClassName
{
color: #93754B;
}
.AnyTagClassName
{
color: #93754B;
}
</style>
background-color css
<style>
a { background-color: #93754B; }
a { background-color: rgb(147,117,75); }
div.DivClassName
{
background-color: #93754B;
}
.BgClassName
{
background-color: #93754B;
}
</style>
border-color css
<style>
span { border-color: #93754B; }
span { border-color: rgb(147,117,75); }
td.TdClassName
{
border-color: #93754B;
}
.TagClassName
{
border-color: #93754B;
}
</style>