Shades of Pale Brown #95754F
Tints of Pale Brown #95754F
RGB
CMYK
RGB Variations
Color information
#95754F (or 0x95754F) is known color: Pale Brown. HEX triplet: 95, 75 and 4F. RGB value is (149,117,79). Sum of RGB (Red+Green+Blue) = 149+117+79=345 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.19% from 345); Green value is 117 (46.09% from 255 or 33.91% from 345); Blue value is 79 (31.25% from 255 or 22.90% from 345); Max value from RGB is 149 - color contains mainly: red. Hex color #95754F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95754F is #6A8AB0. Grayscale: #7A7A7A. Windows color (decimal): -6982321 or 5207445. OLE color: 5207445.
HSL color Cylindrical-coordinate representation of color #95754F: hue angle of 32.57º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #95754F is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 117 | 79 | - |
| CMYK | 0 | 0.21 | 0.47 | 0.42 |
| HSL | 32.57º | 0.31% | 0.45% | - |
| HSV(B) | 32.57º | 0.47% | 0.58% | - |
| XYZ | 20.17 | 19.68 | 10.13 | - |
| YUV | 122.24 | 103.6 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 117 | 79 | 0 | 0.21 | 0.47 | 0.42 | 32.57 | 0.31 | 0.45 |
| Hex | 95 | 75 | 4F | 0 | 15 | 2F | 2A | 21 | 1F | 2D |
| Octal | 225 | 165 | 117 | 0 | 25 | 57 | 52 | 41 | 37 | 55 |
| Binary | 10010101 | 1110101 | 1001111 | 0 | 10101 | 101111 | 101010 | 100001 | 11111 | 101101 |
Color Harmonies of #95754F
Complementary color
Monochromatic Colors of #95754F
Black with #95754F
Text Example
Text Example
White with #95754F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95754F; }
p { color: rgb(149,117,79); }
H1.HeaderClassName
{
color: #95754F;
}
.AnyTagClassName
{
color: #95754F;
}
</style>
background-color css
<style>
a { background-color: #95754F; }
a { background-color: rgb(149,117,79); }
div.DivClassName
{
background-color: #95754F;
}
.BgClassName
{
background-color: #95754F;
}
</style>
border-color css
<style>
span { border-color: #95754F; }
span { border-color: rgb(149,117,79); }
td.TdClassName
{
border-color: #95754F;
}
.TagClassName
{
border-color: #95754F;
}
</style>