Shades of Pale Brown #957754
Tints of Pale Brown #957754
RGB
CMYK
RGB Variations
Color information
#957754 (or 0x957754) is known color: Pale Brown. HEX triplet: 95, 77 and 54. RGB value is (149,119,84). Sum of RGB (Red+Green+Blue) = 149+119+84=352 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.33% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 84 (33.20% from 255 or 23.86% from 352); Max value from RGB is 149 - color contains mainly: red. Hex color #957754 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957754 is #6A88AB. Grayscale: #7C7C7C. Windows color (decimal): -6981804 or 5535637. OLE color: 5535637.
HSL color Cylindrical-coordinate representation of color #957754: hue angle of 32.31º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #957754 is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 119 | 84 | - |
| CMYK | 0 | 0.20 | 0.44 | 0.42 |
| HSL | 32.31º | 0.28% | 0.46% | - |
| HSV(B) | 32.31º | 0.44% | 0.58% | - |
| XYZ | 20.59 | 20.22 | 11.21 | - |
| YUV | 123.98 | 105.44 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 119 | 84 | 0 | 0.20 | 0.44 | 0.42 | 32.31 | 0.28 | 0.46 |
| Hex | 95 | 77 | 54 | 0 | 14 | 2C | 2A | 20 | 1C | 2E |
| Octal | 225 | 167 | 124 | 0 | 24 | 54 | 52 | 40 | 34 | 56 |
| Binary | 10010101 | 1110111 | 1010100 | 0 | 10100 | 101100 | 101010 | 100000 | 11100 | 101110 |
Color Harmonies of #957754
Complementary color
Monochromatic Colors of #957754
Black with #957754
Text Example
Text Example
White with #957754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957754; }
p { color: rgb(149,119,84); }
H1.HeaderClassName
{
color: #957754;
}
.AnyTagClassName
{
color: #957754;
}
</style>
background-color css
<style>
a { background-color: #957754; }
a { background-color: rgb(149,119,84); }
div.DivClassName
{
background-color: #957754;
}
.BgClassName
{
background-color: #957754;
}
</style>
border-color css
<style>
span { border-color: #957754; }
span { border-color: rgb(149,119,84); }
td.TdClassName
{
border-color: #957754;
}
.TagClassName
{
border-color: #957754;
}
</style>