Shades of Pale Brown #9A7250
Tints of Pale Brown #9A7250
RGB
CMYK
RGB Variations
Color information
#9A7250 (or 0x9A7250) is known color: Pale Brown. HEX triplet: 9A, 72 and 50. RGB value is (154,114,80). Sum of RGB (Red+Green+Blue) = 154+114+80=348 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44.25% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 80 (31.64% from 255 or 22.99% from 348); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7250 is #658DAF. Grayscale: #7A7A7A. Windows color (decimal): -6655408 or 5272218. OLE color: 5272218.
HSL color Cylindrical-coordinate representation of color #9A7250: hue angle of 27.57º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9A7250 is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 114 | 80 | - |
| CMYK | 0 | 0.26 | 0.48 | 0.40 |
| HSL | 27.57º | 0.32% | 0.46% | - |
| HSV(B) | 27.57º | 0.48% | 0.6% | - |
| XYZ | 20.79 | 19.48 | 10.25 | - |
| YUV | 122.08 | 104.25 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 114 | 80 | 0 | 0.26 | 0.48 | 0.40 | 27.57 | 0.32 | 0.46 |
| Hex | 9A | 72 | 50 | 0 | 1A | 30 | 28 | 1C | 20 | 2E |
| Octal | 232 | 162 | 120 | 0 | 32 | 60 | 50 | 34 | 40 | 56 |
| Binary | 10011010 | 1110010 | 1010000 | 0 | 11010 | 110000 | 101000 | 11100 | 100000 | 101110 |
Color Harmonies of #9A7250
Complementary color
Monochromatic Colors of #9A7250
Black with #9A7250
Text Example
Text Example
White with #9A7250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7250; }
p { color: rgb(154,114,80); }
H1.HeaderClassName
{
color: #9A7250;
}
.AnyTagClassName
{
color: #9A7250;
}
</style>
background-color css
<style>
a { background-color: #9A7250; }
a { background-color: rgb(154,114,80); }
div.DivClassName
{
background-color: #9A7250;
}
.BgClassName
{
background-color: #9A7250;
}
</style>
border-color css
<style>
span { border-color: #9A7250; }
span { border-color: rgb(154,114,80); }
td.TdClassName
{
border-color: #9A7250;
}
.TagClassName
{
border-color: #9A7250;
}
</style>