Shades of Pale Brown #9B7154
Tints of Pale Brown #9B7154
RGB
CMYK
RGB Variations
Color information
#9B7154 (or 0x9B7154) is known color: Pale Brown. HEX triplet: 9B, 71 and 54. RGB value is (155,113,84). Sum of RGB (Red+Green+Blue) = 155+113+84=352 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.03% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 84 (33.20% from 255 or 23.86% from 352); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7154 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7154 is #648EAB. Grayscale: #7A7A7A. Windows color (decimal): -6590124 or 5534107. OLE color: 5534107.
HSL color Cylindrical-coordinate representation of color #9B7154: hue angle of 24.51º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9B7154 is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 113 | 84 | - |
| CMYK | 0 | 0.27 | 0.46 | 0.39 |
| HSL | 24.51º | 0.3% | 0.47% | - |
| HSV(B) | 24.51º | 0.46% | 0.61% | - |
| XYZ | 21.02 | 19.42 | 11.03 | - |
| YUV | 122.25 | 106.41 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 113 | 84 | 0 | 0.27 | 0.46 | 0.39 | 24.51 | 0.3 | 0.47 |
| Hex | 9B | 71 | 54 | 0 | 1B | 2E | 27 | 19 | 1E | 2F |
| Octal | 233 | 161 | 124 | 0 | 33 | 56 | 47 | 31 | 36 | 57 |
| Binary | 10011011 | 1110001 | 1010100 | 0 | 11011 | 101110 | 100111 | 11001 | 11110 | 101111 |
Color Harmonies of #9B7154
Complementary color
Monochromatic Colors of #9B7154
Black with #9B7154
Text Example
Text Example
White with #9B7154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7154; }
p { color: rgb(155,113,84); }
H1.HeaderClassName
{
color: #9B7154;
}
.AnyTagClassName
{
color: #9B7154;
}
</style>
background-color css
<style>
a { background-color: #9B7154; }
a { background-color: rgb(155,113,84); }
div.DivClassName
{
background-color: #9B7154;
}
.BgClassName
{
background-color: #9B7154;
}
</style>
border-color css
<style>
span { border-color: #9B7154; }
span { border-color: rgb(155,113,84); }
td.TdClassName
{
border-color: #9B7154;
}
.TagClassName
{
border-color: #9B7154;
}
</style>