Shades of Pale Brown #947355
Tints of Pale Brown #947355
RGB
CMYK
RGB Variations
Color information
#947355 (or 0x947355) is known color: Pale Brown. HEX triplet: 94, 73 and 55. RGB value is (148,115,85). Sum of RGB (Red+Green+Blue) = 148+115+85=348 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.53% from 348); Green value is 115 (45.31% from 255 or 33.05% from 348); Blue value is 85 (33.59% from 255 or 24.43% from 348); Max value from RGB is 148 - color contains mainly: red. Hex color #947355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947355 is #6B8CAA. Grayscale: #797979. Windows color (decimal): -7048363 or 5600148. OLE color: 5600148.
HSL color Cylindrical-coordinate representation of color #947355: hue angle of 28.57º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #947355 is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 115 | 85 | - |
| CMYK | 0 | 0.22 | 0.43 | 0.42 |
| HSL | 28.57º | 0.27% | 0.46% | - |
| HSV(B) | 28.57º | 0.43% | 0.58% | - |
| XYZ | 19.98 | 19.21 | 11.25 | - |
| YUV | 121.45 | 107.43 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 115 | 85 | 0 | 0.22 | 0.43 | 0.42 | 28.57 | 0.27 | 0.46 |
| Hex | 94 | 73 | 55 | 0 | 16 | 2B | 2A | 1D | 1B | 2E |
| Octal | 224 | 163 | 125 | 0 | 26 | 53 | 52 | 35 | 33 | 56 |
| Binary | 10010100 | 1110011 | 1010101 | 0 | 10110 | 101011 | 101010 | 11101 | 11011 | 101110 |
Color Harmonies of #947355
Complementary color
Monochromatic Colors of #947355
Black with #947355
Text Example
Text Example
White with #947355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947355; }
p { color: rgb(148,115,85); }
H1.HeaderClassName
{
color: #947355;
}
.AnyTagClassName
{
color: #947355;
}
</style>
background-color css
<style>
a { background-color: #947355; }
a { background-color: rgb(148,115,85); }
div.DivClassName
{
background-color: #947355;
}
.BgClassName
{
background-color: #947355;
}
</style>
border-color css
<style>
span { border-color: #947355; }
span { border-color: rgb(148,115,85); }
td.TdClassName
{
border-color: #947355;
}
.TagClassName
{
border-color: #947355;
}
</style>