Shades of Pale Brown #997148
Tints of Pale Brown #997148
RGB
CMYK
RGB Variations
Color information
#997148 (or 0x997148) is known color: Pale Brown. HEX triplet: 99, 71 and 48. RGB value is (153,113,72). Sum of RGB (Red+Green+Blue) = 153+113+72=338 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.27% from 338); Green value is 113 (44.53% from 255 or 33.43% from 338); Blue value is 72 (28.52% from 255 or 21.30% from 338); Max value from RGB is 153 - color contains mainly: red. Hex color #997148 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997148 is #668EB7. Grayscale: #787878. Windows color (decimal): -6721208 or 4747673. OLE color: 4747673.
HSL color Cylindrical-coordinate representation of color #997148: hue angle of 30.37º 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 #997148 is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 113 | 72 | - |
| CMYK | 0 | 0.26 | 0.53 | 0.4 |
| HSL | 30.37º | 0.36% | 0.44% | - |
| HSV(B) | 30.37º | 0.53% | 0.6% | - |
| XYZ | 20.21 | 19.05 | 8.74 | - |
| YUV | 120.29 | 100.75 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 113 | 72 | 0 | 0.26 | 0.53 | 0.4 | 30.37 | 0.36 | 0.44 |
| Hex | 99 | 71 | 48 | 0 | 1A | 35 | 28 | 1E | 24 | 2C |
| Octal | 231 | 161 | 110 | 0 | 32 | 65 | 50 | 36 | 44 | 54 |
| Binary | 10011001 | 1110001 | 1001000 | 0 | 11010 | 110101 | 101000 | 11110 | 100100 | 101100 |
Color Harmonies of #997148
Complementary color
Monochromatic Colors of #997148
Black with #997148
Text Example
Text Example
White with #997148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997148; }
p { color: rgb(153,113,72); }
H1.HeaderClassName
{
color: #997148;
}
.AnyTagClassName
{
color: #997148;
}
</style>
background-color css
<style>
a { background-color: #997148; }
a { background-color: rgb(153,113,72); }
div.DivClassName
{
background-color: #997148;
}
.BgClassName
{
background-color: #997148;
}
</style>
border-color css
<style>
span { border-color: #997148; }
span { border-color: rgb(153,113,72); }
td.TdClassName
{
border-color: #997148;
}
.TagClassName
{
border-color: #997148;
}
</style>