Shades of Pale Brown #9B7142
Tints of Pale Brown #9B7142
RGB
CMYK
RGB Variations
Color information
#9B7142 (or 0x9B7142) is known color: Pale Brown. HEX triplet: 9B, 71 and 42. RGB value is (155,113,66). Sum of RGB (Red+Green+Blue) = 155+113+66=334 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.41% from 334); Green value is 113 (44.53% from 255 or 33.83% from 334); Blue value is 66 (26.17% from 255 or 19.76% from 334); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7142 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7142 is #648EBD. Grayscale: #787878. Windows color (decimal): -6590142 or 4354459. OLE color: 4354459.
HSL color Cylindrical-coordinate representation of color #9B7142: hue angle of 31.69º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9B7142 is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 113 | 66 | - |
| CMYK | 0 | 0.27 | 0.57 | 0.39 |
| HSL | 31.69º | 0.4% | 0.43% | - |
| HSV(B) | 31.69º | 0.57% | 0.61% | - |
| XYZ | 20.41 | 19.17 | 7.78 | - |
| YUV | 120.2 | 97.41 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 113 | 66 | 0 | 0.27 | 0.57 | 0.39 | 31.69 | 0.4 | 0.43 |
| Hex | 9B | 71 | 42 | 0 | 1B | 39 | 27 | 20 | 28 | 2B |
| Octal | 233 | 161 | 102 | 0 | 33 | 71 | 47 | 40 | 50 | 53 |
| Binary | 10011011 | 1110001 | 1000010 | 0 | 11011 | 111001 | 100111 | 100000 | 101000 | 101011 |
Color Harmonies of #9B7142
Complementary color
Monochromatic Colors of #9B7142
Black with #9B7142
Text Example
Text Example
White with #9B7142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7142; }
p { color: rgb(155,113,66); }
H1.HeaderClassName
{
color: #9B7142;
}
.AnyTagClassName
{
color: #9B7142;
}
</style>
background-color css
<style>
a { background-color: #9B7142; }
a { background-color: rgb(155,113,66); }
div.DivClassName
{
background-color: #9B7142;
}
.BgClassName
{
background-color: #9B7142;
}
</style>
border-color css
<style>
span { border-color: #9B7142; }
span { border-color: rgb(155,113,66); }
td.TdClassName
{
border-color: #9B7142;
}
.TagClassName
{
border-color: #9B7142;
}
</style>