Shades of Pale Brown #95714C
Tints of Pale Brown #95714C
RGB
CMYK
RGB Variations
Color information
#95714C (or 0x95714C) is known color: Pale Brown. HEX triplet: 95, 71 and 4C. RGB value is (149,113,76). Sum of RGB (Red+Green+Blue) = 149+113+76=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 113 (44.53% from 255 or 33.43% from 338); Blue value is 76 (30.08% from 255 or 22.49% from 338); Max value from RGB is 149 - color contains mainly: red. Hex color #95714C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95714C is #6A8EB3. Grayscale: #777777. Windows color (decimal): -6983348 or 5009813. OLE color: 5009813.
HSL color Cylindrical-coordinate representation of color #95714C: hue angle of 30.41º 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 #95714C is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 113 | 76 | - |
| CMYK | 0 | 0.24 | 0.49 | 0.42 |
| HSL | 30.41º | 0.32% | 0.44% | - |
| HSV(B) | 30.41º | 0.49% | 0.58% | - |
| XYZ | 19.6 | 18.72 | 9.42 | - |
| YUV | 119.55 | 103.43 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 113 | 76 | 0 | 0.24 | 0.49 | 0.42 | 30.41 | 0.32 | 0.44 |
| Hex | 95 | 71 | 4C | 0 | 18 | 31 | 2A | 1E | 20 | 2C |
| Octal | 225 | 161 | 114 | 0 | 30 | 61 | 52 | 36 | 40 | 54 |
| Binary | 10010101 | 1110001 | 1001100 | 0 | 11000 | 110001 | 101010 | 11110 | 100000 | 101100 |
Color Harmonies of #95714C
Complementary color
Monochromatic Colors of #95714C
Black with #95714C
Text Example
Text Example
White with #95714C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95714C; }
p { color: rgb(149,113,76); }
H1.HeaderClassName
{
color: #95714C;
}
.AnyTagClassName
{
color: #95714C;
}
</style>
background-color css
<style>
a { background-color: #95714C; }
a { background-color: rgb(149,113,76); }
div.DivClassName
{
background-color: #95714C;
}
.BgClassName
{
background-color: #95714C;
}
</style>
border-color css
<style>
span { border-color: #95714C; }
span { border-color: rgb(149,113,76); }
td.TdClassName
{
border-color: #95714C;
}
.TagClassName
{
border-color: #95714C;
}
</style>