Shades of Pale Brown #95795D
Tints of Pale Brown #95795D
RGB
CMYK
RGB Variations
Color information
#95795D (or 0x95795D) is known color: Pale Brown. HEX triplet: 95, 79 and 5D. RGB value is (149,121,93). Sum of RGB (Red+Green+Blue) = 149+121+93=363 (48% of max value = 765). Red value is 149 (58.59% from 255 or 41.05% from 363); Green value is 121 (47.66% from 255 or 33.33% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 149 - color contains mainly: red. Hex color #95795D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95795D is #6A86A2. Grayscale: #7E7E7E. Windows color (decimal): -6981283 or 6125973. OLE color: 6125973.
HSL color Cylindrical-coordinate representation of color #95795D: hue angle of 30º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95795D is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 121 | 93 | - |
| CMYK | 0 | 0.19 | 0.38 | 0.42 |
| HSL | 30º | 0.23% | 0.47% | - |
| HSV(B) | 30º | 0.38% | 0.58% | - |
| XYZ | 21.21 | 20.85 | 13.26 | - |
| YUV | 126.18 | 109.28 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 121 | 93 | 0 | 0.19 | 0.38 | 0.42 | 30 | 0.23 | 0.47 |
| Hex | 95 | 79 | 5D | 0 | 13 | 26 | 2A | 1E | 17 | 2F |
| Octal | 225 | 171 | 135 | 0 | 23 | 46 | 52 | 36 | 27 | 57 |
| Binary | 10010101 | 1111001 | 1011101 | 0 | 10011 | 100110 | 101010 | 11110 | 10111 | 101111 |
Color Harmonies of #95795D
Complementary color
Monochromatic Colors of #95795D
Black with #95795D
Text Example
Text Example
White with #95795D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95795D; }
p { color: rgb(149,121,93); }
H1.HeaderClassName
{
color: #95795D;
}
.AnyTagClassName
{
color: #95795D;
}
</style>
background-color css
<style>
a { background-color: #95795D; }
a { background-color: rgb(149,121,93); }
div.DivClassName
{
background-color: #95795D;
}
.BgClassName
{
background-color: #95795D;
}
</style>
border-color css
<style>
span { border-color: #95795D; }
span { border-color: rgb(149,121,93); }
td.TdClassName
{
border-color: #95795D;
}
.TagClassName
{
border-color: #95795D;
}
</style>