Shades of Pale Brown #95754A
Tints of Pale Brown #95754A
RGB
CMYK
RGB Variations
Color information
#95754A (or 0x95754A) is known color: Pale Brown. HEX triplet: 95, 75 and 4A. RGB value is (149,117,74). Sum of RGB (Red+Green+Blue) = 149+117+74=340 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.82% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 74 (29.30% from 255 or 21.76% from 340); Max value from RGB is 149 - color contains mainly: red. Hex color #95754A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95754A is #6A8AB5. Grayscale: #797979. Windows color (decimal): -6982326 or 4879765. OLE color: 4879765.
HSL color Cylindrical-coordinate representation of color #95754A: hue angle of 34.4º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #95754A is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 117 | 74 | - |
| CMYK | 0 | 0.21 | 0.50 | 0.42 |
| HSL | 34.4º | 0.34% | 0.44% | - |
| HSV(B) | 34.4º | 0.5% | 0.58% | - |
| XYZ | 19.99 | 19.61 | 9.21 | - |
| YUV | 121.67 | 101.1 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 117 | 74 | 0 | 0.21 | 0.50 | 0.42 | 34.4 | 0.34 | 0.44 |
| Hex | 95 | 75 | 4A | 0 | 15 | 32 | 2A | 22 | 22 | 2C |
| Octal | 225 | 165 | 112 | 0 | 25 | 62 | 52 | 42 | 42 | 54 |
| Binary | 10010101 | 1110101 | 1001010 | 0 | 10101 | 110010 | 101010 | 100010 | 100010 | 101100 |
Color Harmonies of #95754A
Complementary color
Monochromatic Colors of #95754A
Black with #95754A
Text Example
Text Example
White with #95754A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95754A; }
p { color: rgb(149,117,74); }
H1.HeaderClassName
{
color: #95754A;
}
.AnyTagClassName
{
color: #95754A;
}
</style>
background-color css
<style>
a { background-color: #95754A; }
a { background-color: rgb(149,117,74); }
div.DivClassName
{
background-color: #95754A;
}
.BgClassName
{
background-color: #95754A;
}
</style>
border-color css
<style>
span { border-color: #95754A; }
span { border-color: rgb(149,117,74); }
td.TdClassName
{
border-color: #95754A;
}
.TagClassName
{
border-color: #95754A;
}
</style>