Shades of Pale Brown #9B7145
Tints of Pale Brown #9B7145
RGB
CMYK
RGB Variations
Color information
#9B7145 (or 0x9B7145) is known color: Pale Brown. HEX triplet: 9B, 71 and 45. RGB value is (155,113,69). Sum of RGB (Red+Green+Blue) = 155+113+69=337 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.99% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 69 (27.34% from 255 or 20.47% from 337); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7145 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7145 is #648EBA. Grayscale: #787878. Windows color (decimal): -6590139 or 4551067. OLE color: 4551067.
HSL color Cylindrical-coordinate representation of color #9B7145: hue angle of 30.7º 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 #9B7145 is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 113 | 69 | - |
| CMYK | 0 | 0.27 | 0.55 | 0.39 |
| HSL | 30.7º | 0.38% | 0.44% | - |
| HSV(B) | 30.7º | 0.55% | 0.61% | - |
| XYZ | 20.5 | 19.21 | 8.26 | - |
| YUV | 120.54 | 98.91 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 113 | 69 | 0 | 0.27 | 0.55 | 0.39 | 30.7 | 0.38 | 0.44 |
| Hex | 9B | 71 | 45 | 0 | 1B | 37 | 27 | 1F | 26 | 2C |
| Octal | 233 | 161 | 105 | 0 | 33 | 67 | 47 | 37 | 46 | 54 |
| Binary | 10011011 | 1110001 | 1000101 | 0 | 11011 | 110111 | 100111 | 11111 | 100110 | 101100 |
Color Harmonies of #9B7145
Complementary color
Monochromatic Colors of #9B7145
Black with #9B7145
Text Example
Text Example
White with #9B7145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7145; }
p { color: rgb(155,113,69); }
H1.HeaderClassName
{
color: #9B7145;
}
.AnyTagClassName
{
color: #9B7145;
}
</style>
background-color css
<style>
a { background-color: #9B7145; }
a { background-color: rgb(155,113,69); }
div.DivClassName
{
background-color: #9B7145;
}
.BgClassName
{
background-color: #9B7145;
}
</style>
border-color css
<style>
span { border-color: #9B7145; }
span { border-color: rgb(155,113,69); }
td.TdClassName
{
border-color: #9B7145;
}
.TagClassName
{
border-color: #9B7145;
}
</style>