Shades of Pale Brown #997357
Tints of Pale Brown #997357
RGB
CMYK
RGB Variations
Color information
#997357 (or 0x997357) is known color: Pale Brown. HEX triplet: 99, 73 and 57. RGB value is (153,115,87). Sum of RGB (Red+Green+Blue) = 153+115+87=355 (47% of max value = 765). Red value is 153 (60.16% from 255 or 43.10% from 355); Green value is 115 (45.31% from 255 or 32.39% from 355); Blue value is 87 (34.38% from 255 or 24.51% from 355); Max value from RGB is 153 - color contains mainly: red. Hex color #997357 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997357 is #668CA8. Grayscale: #7B7B7B. Windows color (decimal): -6720681 or 5731225. OLE color: 5731225.
HSL color Cylindrical-coordinate representation of color #997357: hue angle of 25.45º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #997357 is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 115 | 87 | - |
| CMYK | 0 | 0.25 | 0.43 | 0.4 |
| HSL | 25.45º | 0.28% | 0.47% | - |
| HSV(B) | 25.45º | 0.43% | 0.6% | - |
| XYZ | 20.99 | 19.72 | 11.72 | - |
| YUV | 123.17 | 107.59 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 115 | 87 | 0 | 0.25 | 0.43 | 0.4 | 25.45 | 0.28 | 0.47 |
| Hex | 99 | 73 | 57 | 0 | 19 | 2B | 28 | 19 | 1C | 2F |
| Octal | 231 | 163 | 127 | 0 | 31 | 53 | 50 | 31 | 34 | 57 |
| Binary | 10011001 | 1110011 | 1010111 | 0 | 11001 | 101011 | 101000 | 11001 | 11100 | 101111 |
Color Harmonies of #997357
Complementary color
Monochromatic Colors of #997357
Black with #997357
Text Example
Text Example
White with #997357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997357; }
p { color: rgb(153,115,87); }
H1.HeaderClassName
{
color: #997357;
}
.AnyTagClassName
{
color: #997357;
}
</style>
background-color css
<style>
a { background-color: #997357; }
a { background-color: rgb(153,115,87); }
div.DivClassName
{
background-color: #997357;
}
.BgClassName
{
background-color: #997357;
}
</style>
border-color css
<style>
span { border-color: #997357; }
span { border-color: rgb(153,115,87); }
td.TdClassName
{
border-color: #997357;
}
.TagClassName
{
border-color: #997357;
}
</style>