Shades of Pale Brown #9B7045
Tints of Pale Brown #9B7045
RGB
CMYK
RGB Variations
Color information
#9B7045 (or 0x9B7045) is known color: Pale Brown. HEX triplet: 9B, 70 and 45. RGB value is (155,112,69). Sum of RGB (Red+Green+Blue) = 155+112+69=336 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.13% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 69 (27.34% from 255 or 20.54% from 336); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7045 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7045 is #648FBA. Grayscale: #787878. Windows color (decimal): -6590395 or 4550811. OLE color: 4550811.
HSL color Cylindrical-coordinate representation of color #9B7045: hue angle of 30º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9B7045 is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 112 | 69 | - |
| CMYK | 0 | 0.28 | 0.55 | 0.39 |
| HSL | 30º | 0.38% | 0.44% | - |
| HSV(B) | 30º | 0.55% | 0.61% | - |
| XYZ | 20.39 | 18.99 | 8.22 | - |
| YUV | 119.96 | 99.25 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 112 | 69 | 0 | 0.28 | 0.55 | 0.39 | 30 | 0.38 | 0.44 |
| Hex | 9B | 70 | 45 | 0 | 1C | 37 | 27 | 1E | 26 | 2C |
| Octal | 233 | 160 | 105 | 0 | 34 | 67 | 47 | 36 | 46 | 54 |
| Binary | 10011011 | 1110000 | 1000101 | 0 | 11100 | 110111 | 100111 | 11110 | 100110 | 101100 |
Color Harmonies of #9B7045
Complementary color
Monochromatic Colors of #9B7045
Black with #9B7045
Text Example
Text Example
White with #9B7045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7045; }
p { color: rgb(155,112,69); }
H1.HeaderClassName
{
color: #9B7045;
}
.AnyTagClassName
{
color: #9B7045;
}
</style>
background-color css
<style>
a { background-color: #9B7045; }
a { background-color: rgb(155,112,69); }
div.DivClassName
{
background-color: #9B7045;
}
.BgClassName
{
background-color: #9B7045;
}
</style>
border-color css
<style>
span { border-color: #9B7045; }
span { border-color: rgb(155,112,69); }
td.TdClassName
{
border-color: #9B7045;
}
.TagClassName
{
border-color: #9B7045;
}
</style>