Shades of Pale Brown #94765C
Tints of Pale Brown #94765C
RGB
CMYK
RGB Variations
Color information
#94765C (or 0x94765C) is known color: Pale Brown. HEX triplet: 94, 76 and 5C. RGB value is (148,118,92). Sum of RGB (Red+Green+Blue) = 148+118+92=358 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.34% from 358); Green value is 118 (46.48% from 255 or 32.96% from 358); Blue value is 92 (36.33% from 255 or 25.70% from 358); Max value from RGB is 148 - color contains mainly: red. Hex color #94765C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94765C is #6B89A3. Grayscale: #7C7C7C. Windows color (decimal): -7047588 or 6059668. OLE color: 6059668.
HSL color Cylindrical-coordinate representation of color #94765C: hue angle of 27.86º degrees, saturation: 0.23, 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 #94765C is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 118 | 92 | - |
| CMYK | 0 | 0.20 | 0.38 | 0.42 |
| HSL | 27.86º | 0.23% | 0.47% | - |
| HSV(B) | 27.86º | 0.38% | 0.58% | - |
| XYZ | 20.62 | 20.03 | 12.9 | - |
| YUV | 124.01 | 109.94 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 118 | 92 | 0 | 0.20 | 0.38 | 0.42 | 27.86 | 0.23 | 0.47 |
| Hex | 94 | 76 | 5C | 0 | 14 | 26 | 2A | 1C | 17 | 2F |
| Octal | 224 | 166 | 134 | 0 | 24 | 46 | 52 | 34 | 27 | 57 |
| Binary | 10010100 | 1110110 | 1011100 | 0 | 10100 | 100110 | 101010 | 11100 | 10111 | 101111 |
Color Harmonies of #94765C
Complementary color
Monochromatic Colors of #94765C
Black with #94765C
Text Example
Text Example
White with #94765C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94765C; }
p { color: rgb(148,118,92); }
H1.HeaderClassName
{
color: #94765C;
}
.AnyTagClassName
{
color: #94765C;
}
</style>
background-color css
<style>
a { background-color: #94765C; }
a { background-color: rgb(148,118,92); }
div.DivClassName
{
background-color: #94765C;
}
.BgClassName
{
background-color: #94765C;
}
</style>
border-color css
<style>
span { border-color: #94765C; }
span { border-color: rgb(148,118,92); }
td.TdClassName
{
border-color: #94765C;
}
.TagClassName
{
border-color: #94765C;
}
</style>