Shades of Pale Brown #9A7253
Tints of Pale Brown #9A7253
RGB
CMYK
RGB Variations
Color information
#9A7253 (or 0x9A7253) is known color: Pale Brown. HEX triplet: 9A, 72 and 53. RGB value is (154,114,83). Sum of RGB (Red+Green+Blue) = 154+114+83=351 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.87% from 351); Green value is 114 (44.92% from 255 or 32.48% from 351); Blue value is 83 (32.81% from 255 or 23.65% from 351); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7253 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7253 is #658DAC. Grayscale: #7A7A7A. Windows color (decimal): -6655405 or 5468826. OLE color: 5468826.
HSL color Cylindrical-coordinate representation of color #9A7253: hue angle of 26.2º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9A7253 is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 114 | 83 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.40 |
| HSL | 26.2º | 0.3% | 0.46% | - |
| HSV(B) | 26.2º | 0.46% | 0.6% | - |
| XYZ | 20.91 | 19.53 | 10.85 | - |
| YUV | 122.43 | 105.75 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 114 | 83 | 0 | 0.26 | 0.46 | 0.40 | 26.2 | 0.3 | 0.46 |
| Hex | 9A | 72 | 53 | 0 | 1A | 2E | 28 | 1A | 1E | 2E |
| Octal | 232 | 162 | 123 | 0 | 32 | 56 | 50 | 32 | 36 | 56 |
| Binary | 10011010 | 1110010 | 1010011 | 0 | 11010 | 101110 | 101000 | 11010 | 11110 | 101110 |
Color Harmonies of #9A7253
Complementary color
Monochromatic Colors of #9A7253
Black with #9A7253
Text Example
Text Example
White with #9A7253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7253; }
p { color: rgb(154,114,83); }
H1.HeaderClassName
{
color: #9A7253;
}
.AnyTagClassName
{
color: #9A7253;
}
</style>
background-color css
<style>
a { background-color: #9A7253; }
a { background-color: rgb(154,114,83); }
div.DivClassName
{
background-color: #9A7253;
}
.BgClassName
{
background-color: #9A7253;
}
</style>
border-color css
<style>
span { border-color: #9A7253; }
span { border-color: rgb(154,114,83); }
td.TdClassName
{
border-color: #9A7253;
}
.TagClassName
{
border-color: #9A7253;
}
</style>