Shades of Pale Brown #957444
Tints of Pale Brown #957444
RGB
CMYK
RGB Variations
Color information
#957444 (or 0x957444) is known color: Pale Brown. HEX triplet: 95, 74 and 44. RGB value is (149,116,68). Sum of RGB (Red+Green+Blue) = 149+116+68=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 116 (45.70% from 255 or 34.83% from 333); Blue value is 68 (26.95% from 255 or 20.42% from 333); Max value from RGB is 149 - color contains mainly: red. Hex color #957444 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957444 is #6A8BBB. Grayscale: #787878. Windows color (decimal): -6982588 or 4486293. OLE color: 4486293.
HSL color Cylindrical-coordinate representation of color #957444: hue angle of 35.56º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #957444 is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 116 | 68 | - |
| CMYK | 0 | 0.22 | 0.54 | 0.42 |
| HSL | 35.56º | 0.37% | 0.43% | - |
| HSV(B) | 35.56º | 0.54% | 0.58% | - |
| XYZ | 19.68 | 19.3 | 8.16 | - |
| YUV | 120.4 | 98.43 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 116 | 68 | 0 | 0.22 | 0.54 | 0.42 | 35.56 | 0.37 | 0.43 |
| Hex | 95 | 74 | 44 | 0 | 16 | 36 | 2A | 24 | 25 | 2B |
| Octal | 225 | 164 | 104 | 0 | 26 | 66 | 52 | 44 | 45 | 53 |
| Binary | 10010101 | 1110100 | 1000100 | 0 | 10110 | 110110 | 101010 | 100100 | 100101 | 101011 |
Color Harmonies of #957444
Complementary color
Monochromatic Colors of #957444
Black with #957444
Text Example
Text Example
White with #957444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957444; }
p { color: rgb(149,116,68); }
H1.HeaderClassName
{
color: #957444;
}
.AnyTagClassName
{
color: #957444;
}
</style>
background-color css
<style>
a { background-color: #957444; }
a { background-color: rgb(149,116,68); }
div.DivClassName
{
background-color: #957444;
}
.BgClassName
{
background-color: #957444;
}
</style>
border-color css
<style>
span { border-color: #957444; }
span { border-color: rgb(149,116,68); }
td.TdClassName
{
border-color: #957444;
}
.TagClassName
{
border-color: #957444;
}
</style>