Shades of Pale Brown #95784D
Tints of Pale Brown #95784D
RGB
CMYK
RGB Variations
Color information
#95784D (or 0x95784D) is known color: Pale Brown. HEX triplet: 95, 78 and 4D. RGB value is (149,120,77). Sum of RGB (Red+Green+Blue) = 149+120+77=346 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.06% from 346); Green value is 120 (47.27% from 255 or 34.68% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 149 - color contains mainly: red. Hex color #95784D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95784D is #6A87B2. Grayscale: #7B7B7B. Windows color (decimal): -6981555 or 5077141. OLE color: 5077141.
HSL color Cylindrical-coordinate representation of color #95784D: hue angle of 35.83º 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 #95784D is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 120 | 77 | - |
| CMYK | 0 | 0.19 | 0.48 | 0.42 |
| HSL | 35.83º | 0.32% | 0.44% | - |
| HSV(B) | 35.83º | 0.48% | 0.58% | - |
| XYZ | 20.45 | 20.36 | 9.87 | - |
| YUV | 123.77 | 101.61 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 120 | 77 | 0 | 0.19 | 0.48 | 0.42 | 35.83 | 0.32 | 0.44 |
| Hex | 95 | 78 | 4D | 0 | 13 | 30 | 2A | 24 | 20 | 2C |
| Octal | 225 | 170 | 115 | 0 | 23 | 60 | 52 | 44 | 40 | 54 |
| Binary | 10010101 | 1111000 | 1001101 | 0 | 10011 | 110000 | 101010 | 100100 | 100000 | 101100 |
Color Harmonies of #95784D
Complementary color
Monochromatic Colors of #95784D
Black with #95784D
Text Example
Text Example
White with #95784D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95784D; }
p { color: rgb(149,120,77); }
H1.HeaderClassName
{
color: #95784D;
}
.AnyTagClassName
{
color: #95784D;
}
</style>
background-color css
<style>
a { background-color: #95784D; }
a { background-color: rgb(149,120,77); }
div.DivClassName
{
background-color: #95784D;
}
.BgClassName
{
background-color: #95784D;
}
</style>
border-color css
<style>
span { border-color: #95784D; }
span { border-color: rgb(149,120,77); }
td.TdClassName
{
border-color: #95784D;
}
.TagClassName
{
border-color: #95784D;
}
</style>