Shades of Pale Brown #9C7353
Tints of Pale Brown #9C7353
RGB
CMYK
RGB Variations
Color information
#9C7353 (or 0x9C7353) is known color: Pale Brown. HEX triplet: 9C, 73 and 53. RGB value is (156,115,83). Sum of RGB (Red+Green+Blue) = 156+115+83=354 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.07% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 83 (32.81% from 255 or 23.45% from 354); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7353 is #638CAC. Grayscale: #7B7B7B. Windows color (decimal): -6524077 or 5469084. OLE color: 5469084.
HSL color Cylindrical-coordinate representation of color #9C7353: hue angle of 26.3º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9C7353 is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 115 | 83 | - |
| CMYK | 0 | 0.26 | 0.47 | 0.39 |
| HSL | 26.3º | 0.31% | 0.47% | - |
| HSV(B) | 26.3º | 0.47% | 0.61% | - |
| XYZ | 21.4 | 19.95 | 10.91 | - |
| YUV | 123.61 | 105.08 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 115 | 83 | 0 | 0.26 | 0.47 | 0.39 | 26.3 | 0.31 | 0.47 |
| Hex | 9C | 73 | 53 | 0 | 1A | 2F | 27 | 1A | 1F | 2F |
| Octal | 234 | 163 | 123 | 0 | 32 | 57 | 47 | 32 | 37 | 57 |
| Binary | 10011100 | 1110011 | 1010011 | 0 | 11010 | 101111 | 100111 | 11010 | 11111 | 101111 |
Color Harmonies of #9C7353
Complementary color
Monochromatic Colors of #9C7353
Black with #9C7353
Text Example
Text Example
White with #9C7353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7353; }
p { color: rgb(156,115,83); }
H1.HeaderClassName
{
color: #9C7353;
}
.AnyTagClassName
{
color: #9C7353;
}
</style>
background-color css
<style>
a { background-color: #9C7353; }
a { background-color: rgb(156,115,83); }
div.DivClassName
{
background-color: #9C7353;
}
.BgClassName
{
background-color: #9C7353;
}
</style>
border-color css
<style>
span { border-color: #9C7353; }
span { border-color: rgb(156,115,83); }
td.TdClassName
{
border-color: #9C7353;
}
.TagClassName
{
border-color: #9C7353;
}
</style>