Shades of Pale Brown #95784C
Tints of Pale Brown #95784C
RGB
CMYK
RGB Variations
Color information
#95784C (or 0x95784C) is known color: Pale Brown. HEX triplet: 95, 78 and 4C. RGB value is (149,120,76). Sum of RGB (Red+Green+Blue) = 149+120+76=345 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.19% from 345); Green value is 120 (47.27% from 255 or 34.78% from 345); Blue value is 76 (30.08% from 255 or 22.03% from 345); Max value from RGB is 149 - color contains mainly: red. Hex color #95784C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95784C is #6A87B3. Grayscale: #7B7B7B. Windows color (decimal): -6981556 or 5011605. OLE color: 5011605.
HSL color Cylindrical-coordinate representation of color #95784C: hue angle of 36.16º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #95784C is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 120 | 76 | - |
| CMYK | 0 | 0.19 | 0.49 | 0.42 |
| HSL | 36.16º | 0.32% | 0.44% | - |
| HSV(B) | 36.16º | 0.49% | 0.58% | - |
| XYZ | 20.42 | 20.34 | 9.69 | - |
| YUV | 123.66 | 101.11 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 120 | 76 | 0 | 0.19 | 0.49 | 0.42 | 36.16 | 0.32 | 0.44 |
| Hex | 95 | 78 | 4C | 0 | 13 | 31 | 2A | 24 | 20 | 2C |
| Octal | 225 | 170 | 114 | 0 | 23 | 61 | 52 | 44 | 40 | 54 |
| Binary | 10010101 | 1111000 | 1001100 | 0 | 10011 | 110001 | 101010 | 100100 | 100000 | 101100 |
Color Harmonies of #95784C
Complementary color
Monochromatic Colors of #95784C
Black with #95784C
Text Example
Text Example
White with #95784C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95784C; }
p { color: rgb(149,120,76); }
H1.HeaderClassName
{
color: #95784C;
}
.AnyTagClassName
{
color: #95784C;
}
</style>
background-color css
<style>
a { background-color: #95784C; }
a { background-color: rgb(149,120,76); }
div.DivClassName
{
background-color: #95784C;
}
.BgClassName
{
background-color: #95784C;
}
</style>
border-color css
<style>
span { border-color: #95784C; }
span { border-color: rgb(149,120,76); }
td.TdClassName
{
border-color: #95784C;
}
.TagClassName
{
border-color: #95784C;
}
</style>