Shades of Pale Brown #9C7553
Tints of Pale Brown #9C7553
RGB
CMYK
RGB Variations
Color information
#9C7553 (or 0x9C7553) is known color: Pale Brown. HEX triplet: 9C, 75 and 53. RGB value is (156,117,83). Sum of RGB (Red+Green+Blue) = 156+117+83=356 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.82% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 83 (32.81% from 255 or 23.31% from 356); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7553 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7553 is #638AAC. Grayscale: #7C7C7C. Windows color (decimal): -6523565 or 5469596. OLE color: 5469596.
HSL color Cylindrical-coordinate representation of color #9C7553: hue angle of 27.95º 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 #9C7553 is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 117 | 83 | - |
| CMYK | 0 | 0.25 | 0.47 | 0.39 |
| HSL | 27.95º | 0.31% | 0.47% | - |
| HSV(B) | 27.95º | 0.47% | 0.61% | - |
| XYZ | 21.63 | 20.42 | 10.98 | - |
| YUV | 124.79 | 104.42 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 117 | 83 | 0 | 0.25 | 0.47 | 0.39 | 27.95 | 0.31 | 0.47 |
| Hex | 9C | 75 | 53 | 0 | 19 | 2F | 27 | 1C | 1F | 2F |
| Octal | 234 | 165 | 123 | 0 | 31 | 57 | 47 | 34 | 37 | 57 |
| Binary | 10011100 | 1110101 | 1010011 | 0 | 11001 | 101111 | 100111 | 11100 | 11111 | 101111 |
Color Harmonies of #9C7553
Complementary color
Monochromatic Colors of #9C7553
Black with #9C7553
Text Example
Text Example
White with #9C7553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7553; }
p { color: rgb(156,117,83); }
H1.HeaderClassName
{
color: #9C7553;
}
.AnyTagClassName
{
color: #9C7553;
}
</style>
background-color css
<style>
a { background-color: #9C7553; }
a { background-color: rgb(156,117,83); }
div.DivClassName
{
background-color: #9C7553;
}
.BgClassName
{
background-color: #9C7553;
}
</style>
border-color css
<style>
span { border-color: #9C7553; }
span { border-color: rgb(156,117,83); }
td.TdClassName
{
border-color: #9C7553;
}
.TagClassName
{
border-color: #9C7553;
}
</style>