Shades of Pale Brown #9B754D
Tints of Pale Brown #9B754D
RGB
CMYK
RGB Variations
Color information
#9B754D (or 0x9B754D) is known color: Pale Brown. HEX triplet: 9B, 75 and 4D. RGB value is (155,117,77). Sum of RGB (Red+Green+Blue) = 155+117+77=349 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.41% from 349); Green value is 117 (46.09% from 255 or 33.52% from 349); Blue value is 77 (30.47% from 255 or 22.06% from 349); Max value from RGB is 155 - color contains mainly: red. Hex color #9B754D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B754D is #648AB2. Grayscale: #7C7C7C. Windows color (decimal): -6589107 or 5076379. OLE color: 5076379.
HSL color Cylindrical-coordinate representation of color #9B754D: hue angle of 30.77º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9B754D is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 117 | 77 | - |
| CMYK | 0 | 0.25 | 0.50 | 0.39 |
| HSL | 30.77º | 0.34% | 0.45% | - |
| HSV(B) | 30.77º | 0.5% | 0.61% | - |
| XYZ | 21.22 | 20.23 | 9.81 | - |
| YUV | 123.8 | 101.59 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 117 | 77 | 0 | 0.25 | 0.50 | 0.39 | 30.77 | 0.34 | 0.45 |
| Hex | 9B | 75 | 4D | 0 | 19 | 32 | 27 | 1F | 22 | 2D |
| Octal | 233 | 165 | 115 | 0 | 31 | 62 | 47 | 37 | 42 | 55 |
| Binary | 10011011 | 1110101 | 1001101 | 0 | 11001 | 110010 | 100111 | 11111 | 100010 | 101101 |
Color Harmonies of #9B754D
Complementary color
Monochromatic Colors of #9B754D
Black with #9B754D
Text Example
Text Example
White with #9B754D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B754D; }
p { color: rgb(155,117,77); }
H1.HeaderClassName
{
color: #9B754D;
}
.AnyTagClassName
{
color: #9B754D;
}
</style>
background-color css
<style>
a { background-color: #9B754D; }
a { background-color: rgb(155,117,77); }
div.DivClassName
{
background-color: #9B754D;
}
.BgClassName
{
background-color: #9B754D;
}
</style>
border-color css
<style>
span { border-color: #9B754D; }
span { border-color: rgb(155,117,77); }
td.TdClassName
{
border-color: #9B754D;
}
.TagClassName
{
border-color: #9B754D;
}
</style>