Shades of Pale Brown #9B7552
Tints of Pale Brown #9B7552
RGB
CMYK
RGB Variations
Color information
#9B7552 (or 0x9B7552) is known color: Pale Brown. HEX triplet: 9B, 75 and 52. RGB value is (155,117,82). Sum of RGB (Red+Green+Blue) = 155+117+82=354 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.79% from 354); Green value is 117 (46.09% from 255 or 33.05% from 354); Blue value is 82 (32.42% from 255 or 23.16% from 354); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7552 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7552 is #648AAD. Grayscale: #7C7C7C. Windows color (decimal): -6589102 or 5404059. OLE color: 5404059.
HSL color Cylindrical-coordinate representation of color #9B7552: hue angle of 28.77º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9B7552 is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 117 | 82 | - |
| CMYK | 0 | 0.25 | 0.47 | 0.39 |
| HSL | 28.77º | 0.31% | 0.46% | - |
| HSV(B) | 28.77º | 0.47% | 0.61% | - |
| XYZ | 21.4 | 20.3 | 10.77 | - |
| YUV | 124.37 | 104.09 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 117 | 82 | 0 | 0.25 | 0.47 | 0.39 | 28.77 | 0.31 | 0.46 |
| Hex | 9B | 75 | 52 | 0 | 19 | 2F | 27 | 1D | 1F | 2E |
| Octal | 233 | 165 | 122 | 0 | 31 | 57 | 47 | 35 | 37 | 56 |
| Binary | 10011011 | 1110101 | 1010010 | 0 | 11001 | 101111 | 100111 | 11101 | 11111 | 101110 |
Color Harmonies of #9B7552
Complementary color
Monochromatic Colors of #9B7552
Black with #9B7552
Text Example
Text Example
White with #9B7552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7552; }
p { color: rgb(155,117,82); }
H1.HeaderClassName
{
color: #9B7552;
}
.AnyTagClassName
{
color: #9B7552;
}
</style>
background-color css
<style>
a { background-color: #9B7552; }
a { background-color: rgb(155,117,82); }
div.DivClassName
{
background-color: #9B7552;
}
.BgClassName
{
background-color: #9B7552;
}
</style>
border-color css
<style>
span { border-color: #9B7552; }
span { border-color: rgb(155,117,82); }
td.TdClassName
{
border-color: #9B7552;
}
.TagClassName
{
border-color: #9B7552;
}
</style>