Shades of Pale Brown #9B7356
Tints of Pale Brown #9B7356
RGB
CMYK
RGB Variations
Color information
#9B7356 (or 0x9B7356) is known color: Pale Brown. HEX triplet: 9B, 73 and 56. RGB value is (155,115,86). Sum of RGB (Red+Green+Blue) = 155+115+86=356 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.54% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 86 (33.98% from 255 or 24.16% from 356); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7356 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7356 is #648CA9. Grayscale: #7B7B7B. Windows color (decimal): -6589610 or 5665691. OLE color: 5665691.
HSL color Cylindrical-coordinate representation of color #9B7356: hue angle of 25.22º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9B7356 is Cyan = 0, Magento = 0.26, Yellow = 0.45 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 115 | 86 | - |
| CMYK | 0 | 0.26 | 0.45 | 0.39 |
| HSL | 25.22º | 0.29% | 0.47% | - |
| HSV(B) | 25.22º | 0.45% | 0.61% | - |
| XYZ | 21.33 | 19.9 | 11.52 | - |
| YUV | 123.65 | 106.75 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 115 | 86 | 0 | 0.26 | 0.45 | 0.39 | 25.22 | 0.29 | 0.47 |
| Hex | 9B | 73 | 56 | 0 | 1A | 2D | 27 | 19 | 1D | 2F |
| Octal | 233 | 163 | 126 | 0 | 32 | 55 | 47 | 31 | 35 | 57 |
| Binary | 10011011 | 1110011 | 1010110 | 0 | 11010 | 101101 | 100111 | 11001 | 11101 | 101111 |
Color Harmonies of #9B7356
Complementary color
Monochromatic Colors of #9B7356
Black with #9B7356
Text Example
Text Example
White with #9B7356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7356; }
p { color: rgb(155,115,86); }
H1.HeaderClassName
{
color: #9B7356;
}
.AnyTagClassName
{
color: #9B7356;
}
</style>
background-color css
<style>
a { background-color: #9B7356; }
a { background-color: rgb(155,115,86); }
div.DivClassName
{
background-color: #9B7356;
}
.BgClassName
{
background-color: #9B7356;
}
</style>
border-color css
<style>
span { border-color: #9B7356; }
span { border-color: rgb(155,115,86); }
td.TdClassName
{
border-color: #9B7356;
}
.TagClassName
{
border-color: #9B7356;
}
</style>