Shades of Pale Brown #95764D
Tints of Pale Brown #95764D
RGB
CMYK
RGB Variations
Color information
#95764D (or 0x95764D) is known color: Pale Brown. HEX triplet: 95, 76 and 4D. RGB value is (149,118,77). Sum of RGB (Red+Green+Blue) = 149+118+77=344 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.31% from 344); Green value is 118 (46.48% from 255 or 34.30% from 344); Blue value is 77 (30.47% from 255 or 22.38% from 344); Max value from RGB is 149 - color contains mainly: red. Hex color #95764D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95764D is #6A89B2. Grayscale: #7A7A7A. Windows color (decimal): -6982067 or 5076629. OLE color: 5076629.
HSL color Cylindrical-coordinate representation of color #95764D: hue angle of 34.17º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #95764D is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 118 | 77 | - |
| CMYK | 0 | 0.21 | 0.48 | 0.42 |
| HSL | 34.17º | 0.32% | 0.44% | - |
| HSV(B) | 34.17º | 0.48% | 0.58% | - |
| XYZ | 20.21 | 19.88 | 9.79 | - |
| YUV | 122.6 | 102.27 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 118 | 77 | 0 | 0.21 | 0.48 | 0.42 | 34.17 | 0.32 | 0.44 |
| Hex | 95 | 76 | 4D | 0 | 15 | 30 | 2A | 22 | 20 | 2C |
| Octal | 225 | 166 | 115 | 0 | 25 | 60 | 52 | 42 | 40 | 54 |
| Binary | 10010101 | 1110110 | 1001101 | 0 | 10101 | 110000 | 101010 | 100010 | 100000 | 101100 |
Color Harmonies of #95764D
Complementary color
Monochromatic Colors of #95764D
Black with #95764D
Text Example
Text Example
White with #95764D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95764D; }
p { color: rgb(149,118,77); }
H1.HeaderClassName
{
color: #95764D;
}
.AnyTagClassName
{
color: #95764D;
}
</style>
background-color css
<style>
a { background-color: #95764D; }
a { background-color: rgb(149,118,77); }
div.DivClassName
{
background-color: #95764D;
}
.BgClassName
{
background-color: #95764D;
}
</style>
border-color css
<style>
span { border-color: #95764D; }
span { border-color: rgb(149,118,77); }
td.TdClassName
{
border-color: #95764D;
}
.TagClassName
{
border-color: #95764D;
}
</style>