Shades of Pale Brown #95754D
Tints of Pale Brown #95754D
RGB
CMYK
RGB Variations
Color information
#95754D (or 0x95754D) is known color: Pale Brown. HEX triplet: 95, 75 and 4D. RGB value is (149,117,77). Sum of RGB (Red+Green+Blue) = 149+117+77=343 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.44% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 77 (30.47% from 255 or 22.45% from 343); Max value from RGB is 149 - color contains mainly: red. Hex color #95754D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95754D is #6A8AB2. Grayscale: #7A7A7A. Windows color (decimal): -6982323 or 5076373. OLE color: 5076373.
HSL color Cylindrical-coordinate representation of color #95754D: hue angle of 33.33º 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 #95754D is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 117 | 77 | - |
| CMYK | 0 | 0.21 | 0.48 | 0.42 |
| HSL | 33.33º | 0.32% | 0.44% | - |
| HSV(B) | 33.33º | 0.48% | 0.58% | - |
| XYZ | 20.1 | 19.65 | 9.75 | - |
| YUV | 122.01 | 102.6 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 117 | 77 | 0 | 0.21 | 0.48 | 0.42 | 33.33 | 0.32 | 0.44 |
| Hex | 95 | 75 | 4D | 0 | 15 | 30 | 2A | 21 | 20 | 2C |
| Octal | 225 | 165 | 115 | 0 | 25 | 60 | 52 | 41 | 40 | 54 |
| Binary | 10010101 | 1110101 | 1001101 | 0 | 10101 | 110000 | 101010 | 100001 | 100000 | 101100 |
Color Harmonies of #95754D
Complementary color
Monochromatic Colors of #95754D
Black with #95754D
Text Example
Text Example
White with #95754D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95754D; }
p { color: rgb(149,117,77); }
H1.HeaderClassName
{
color: #95754D;
}
.AnyTagClassName
{
color: #95754D;
}
</style>
background-color css
<style>
a { background-color: #95754D; }
a { background-color: rgb(149,117,77); }
div.DivClassName
{
background-color: #95754D;
}
.BgClassName
{
background-color: #95754D;
}
</style>
border-color css
<style>
span { border-color: #95754D; }
span { border-color: rgb(149,117,77); }
td.TdClassName
{
border-color: #95754D;
}
.TagClassName
{
border-color: #95754D;
}
</style>