Shades of Pale Brown #997448
Tints of Pale Brown #997448
RGB
CMYK
RGB Variations
Color information
#997448 (or 0x997448) is known color: Pale Brown. HEX triplet: 99, 74 and 48. RGB value is (153,116,72). Sum of RGB (Red+Green+Blue) = 153+116+72=341 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.87% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 72 (28.52% from 255 or 21.11% from 341); Max value from RGB is 153 - color contains mainly: red. Hex color #997448 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997448 is #668BB7. Grayscale: #7A7A7A. Windows color (decimal): -6720440 or 4748441. OLE color: 4748441.
HSL color Cylindrical-coordinate representation of color #997448: hue angle of 32.59º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #997448 is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 116 | 72 | - |
| CMYK | 0 | 0.24 | 0.53 | 0.4 |
| HSL | 32.59º | 0.36% | 0.44% | - |
| HSV(B) | 32.59º | 0.53% | 0.6% | - |
| XYZ | 20.55 | 19.73 | 8.86 | - |
| YUV | 122.05 | 99.76 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 116 | 72 | 0 | 0.24 | 0.53 | 0.4 | 32.59 | 0.36 | 0.44 |
| Hex | 99 | 74 | 48 | 0 | 18 | 35 | 28 | 21 | 24 | 2C |
| Octal | 231 | 164 | 110 | 0 | 30 | 65 | 50 | 41 | 44 | 54 |
| Binary | 10011001 | 1110100 | 1001000 | 0 | 11000 | 110101 | 101000 | 100001 | 100100 | 101100 |
Color Harmonies of #997448
Complementary color
Monochromatic Colors of #997448
Black with #997448
Text Example
Text Example
White with #997448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997448; }
p { color: rgb(153,116,72); }
H1.HeaderClassName
{
color: #997448;
}
.AnyTagClassName
{
color: #997448;
}
</style>
background-color css
<style>
a { background-color: #997448; }
a { background-color: rgb(153,116,72); }
div.DivClassName
{
background-color: #997448;
}
.BgClassName
{
background-color: #997448;
}
</style>
border-color css
<style>
span { border-color: #997448; }
span { border-color: rgb(153,116,72); }
td.TdClassName
{
border-color: #997448;
}
.TagClassName
{
border-color: #997448;
}
</style>