Shades of Pale Brown #95784E
Tints of Pale Brown #95784E
RGB
CMYK
RGB Variations
Color information
#95784E (or 0x95784E) is known color: Pale Brown. HEX triplet: 95, 78 and 4E. RGB value is (149,120,78). Sum of RGB (Red+Green+Blue) = 149+120+78=347 (45% of max value = 765). Red value is 149 (58.59% from 255 or 42.94% from 347); Green value is 120 (47.27% from 255 or 34.58% from 347); Blue value is 78 (30.86% from 255 or 22.48% from 347); Max value from RGB is 149 - color contains mainly: red. Hex color #95784E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95784E is #6A87B1. Grayscale: #7C7C7C. Windows color (decimal): -6981554 or 5142677. OLE color: 5142677.
HSL color Cylindrical-coordinate representation of color #95784E: hue angle of 35.49º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #95784E is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 120 | 78 | - |
| CMYK | 0 | 0.19 | 0.48 | 0.42 |
| HSL | 35.49º | 0.31% | 0.45% | - |
| HSV(B) | 35.49º | 0.48% | 0.58% | - |
| XYZ | 20.49 | 20.37 | 10.06 | - |
| YUV | 123.88 | 102.11 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 120 | 78 | 0 | 0.19 | 0.48 | 0.42 | 35.49 | 0.31 | 0.45 |
| Hex | 95 | 78 | 4E | 0 | 13 | 30 | 2A | 23 | 1F | 2D |
| Octal | 225 | 170 | 116 | 0 | 23 | 60 | 52 | 43 | 37 | 55 |
| Binary | 10010101 | 1111000 | 1001110 | 0 | 10011 | 110000 | 101010 | 100011 | 11111 | 101101 |
Color Harmonies of #95784E
Complementary color
Monochromatic Colors of #95784E
Black with #95784E
Text Example
Text Example
White with #95784E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95784E; }
p { color: rgb(149,120,78); }
H1.HeaderClassName
{
color: #95784E;
}
.AnyTagClassName
{
color: #95784E;
}
</style>
background-color css
<style>
a { background-color: #95784E; }
a { background-color: rgb(149,120,78); }
div.DivClassName
{
background-color: #95784E;
}
.BgClassName
{
background-color: #95784E;
}
</style>
border-color css
<style>
span { border-color: #95784E; }
span { border-color: rgb(149,120,78); }
td.TdClassName
{
border-color: #95784E;
}
.TagClassName
{
border-color: #95784E;
}
</style>