Shades of Pale Brown #9C754D
Tints of Pale Brown #9C754D
RGB
CMYK
RGB Variations
Color information
#9C754D (or 0x9C754D) is known color: Pale Brown. HEX triplet: 9C, 75 and 4D. RGB value is (156,117,77). Sum of RGB (Red+Green+Blue) = 156+117+77=350 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.57% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 77 (30.47% from 255 or 22% from 350); Max value from RGB is 156 - color contains mainly: red. Hex color #9C754D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C754D is #638AB2. Grayscale: #7C7C7C. Windows color (decimal): -6523571 or 5076380. OLE color: 5076380.
HSL color Cylindrical-coordinate representation of color #9C754D: hue angle of 30.38º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9C754D is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 117 | 77 | - |
| CMYK | 0 | 0.25 | 0.51 | 0.39 |
| HSL | 30.38º | 0.34% | 0.46% | - |
| HSV(B) | 30.38º | 0.51% | 0.61% | - |
| XYZ | 21.41 | 20.33 | 9.82 | - |
| YUV | 124.1 | 101.42 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 117 | 77 | 0 | 0.25 | 0.51 | 0.39 | 30.38 | 0.34 | 0.46 |
| Hex | 9C | 75 | 4D | 0 | 19 | 33 | 27 | 1E | 22 | 2E |
| Octal | 234 | 165 | 115 | 0 | 31 | 63 | 47 | 36 | 42 | 56 |
| Binary | 10011100 | 1110101 | 1001101 | 0 | 11001 | 110011 | 100111 | 11110 | 100010 | 101110 |
Color Harmonies of #9C754D
Complementary color
Monochromatic Colors of #9C754D
Black with #9C754D
Text Example
Text Example
White with #9C754D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C754D; }
p { color: rgb(156,117,77); }
H1.HeaderClassName
{
color: #9C754D;
}
.AnyTagClassName
{
color: #9C754D;
}
</style>
background-color css
<style>
a { background-color: #9C754D; }
a { background-color: rgb(156,117,77); }
div.DivClassName
{
background-color: #9C754D;
}
.BgClassName
{
background-color: #9C754D;
}
</style>
border-color css
<style>
span { border-color: #9C754D; }
span { border-color: rgb(156,117,77); }
td.TdClassName
{
border-color: #9C754D;
}
.TagClassName
{
border-color: #9C754D;
}
</style>